Fix top position for Stories pane

This commit is contained in:
Fedor Indutny 2022-06-23 08:40:21 -07:00 committed by GitHub
parent 606e8fe48e
commit 9e16b06b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
height: var(--window-height);
left: 0;
position: absolute;
top: var(--titlebar-height);
top: 0;
user-select: none;
width: 100%;
z-index: $z-index-stories;