try to fix 100svh

This commit is contained in:
j 2023-08-31 14:20:57 +01:00
parent 16a2e92bf8
commit b0bbe1805b

View file

@ -139,6 +139,7 @@ nav.overlay {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
height: 100svh;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
@ -166,7 +167,6 @@ nav.overlay {
.user { .user {
padding: 4px; padding: 4px;
padding-bottom: 8px; padding-bottom: 8px;
min-height: 2em;
} }
} }