Fix window-height css variable

This commit is contained in:
Fedor Indutny
2023-03-01 15:45:29 -08:00
committed by GitHub
parent f59e35ea0a
commit c85bbb3b20
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
}
&__content {
height: calc(100vh - var(--titlebar-height));
height: var(--window-height);
position: relative;
overflow: hidden;
}