Fix: Use full screen height

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-08-17 12:26:40 +02:00
parent ad96be0f70
commit f7a6c8f096
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -30,7 +30,7 @@ import Toaster from './_toaster.vue'
display: flex;
flex-direction: column;
flex-grow: 1;
min-height: calc(100vh - 56px);
min-height: 100vh;
min-width: 1;
padding-left: 225px;
padding-top: 56px;