fix(style): remove white space at bottom on smaller pages

This commit is contained in:
ArneBo 2025-05-21 14:47:36 +02:00 committed by Arne Bollinger
parent 825b947537
commit 2c1a082622
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ store.dispatch('auth/fetchUser')
.responsive {
display: grid !important;
grid-template-rows: min-content;
min-height: calc(100vh - 64px);
min-height: 100vh;
@media screen and (min-width: 1024px) {
grid-template-columns: 300px 1fr;