We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8125fcf commit 86607e1Copy full SHA for 86607e1
css/layouts.css
@@ -40,7 +40,7 @@ body {
40
width: 100%;
41
height: var(--navbar-height);
42
flex-direction: row;
43
- margin-top: calc(100vh - var(--navbar-height));
+ margin-top: calc(100dvh - var(--navbar-height));
44
45
.divider {
46
height: calc(100% - var(--gap));
css/main.css
@@ -73,7 +73,7 @@
73
display: none;
74
position: absolute;
75
76
- height: calc(100vh - var(--navbar-height));
+ height: calc(100dvh - var(--navbar-height));
77
top: 0;
78
left: 0;
79
padding-left: calc(var(--page-padding) + var(--half-navbar));
0 commit comments