fix: swap height rule order

This commit is contained in:
2024-08-01 16:03:36 +01:00
parent f661f29b67
commit 47e22083e5

View File

@@ -31,8 +31,8 @@ body {
body {
width: calc(100% - 4rem - 2px);
height: calc(100svh - 6rem - 2px);
height: calc(100vh - 6rem - 2px);
height: calc(100svh - 6rem - 2px);
padding: 2rem;
margin: 0;
background-color: var(--base);