Fix top position for Stories pane
This commit is contained in:
parent
606e8fe48e
commit
9e16b06b65
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue