try to fix 100svh
This commit is contained in:
parent
16a2e92bf8
commit
b0bbe1805b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue