mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-30 17:14:47 -05:00
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:
committed by
konrad
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;
|
||||
|
||||
Reference in New Issue
Block a user