This commit is contained in:
6d486f49
2026-06-04 14:12:39 -04:00
parent 3b165de7a9
commit 6b925c8fc9
2 changed files with 56 additions and 81 deletions
+3 -9
View File
@@ -1,13 +1,7 @@
.layoutContainer {
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
}
.content {
margin-bottom: 64px;
.content {
display: flex;
min-width: 100%;
min-height: 100%;
flex-direction: column;
}
padding-top: 16px;
}