fix: app bottom padding
display: flow-root creates a new block-formatting context and thus prevents overflowing margin issues created by a last child element that has a margin bottom
This commit is contained in:
parent
f08039b23c
commit
51660f7677
@ -160,6 +160,7 @@ projectStore.loadAllProjects()
|
||||
}
|
||||
|
||||
.app-content {
|
||||
display: flow-root;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
padding: 1.5rem 0.5rem 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user