Fix positioning of StoryViewer

This commit is contained in:
Fedor Indutny
2022-08-02 10:05:51 -07:00
committed by GitHub
parent b1818b234f
commit 0340f4ee1d
2 changed files with 8 additions and 7 deletions

View File

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