Fixed another CSS problems

This commit is contained in:
2026-07-01 11:56:22 +02:00
parent d2a2027c42
commit ee5b2f6e09
4 changed files with 18 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ body {
background-color: var(--bg);
color: var(--text);
display: flex;
height: 100vh;
height: 100dvh;
min-height: 100dvh;
overflow: hidden;
}