Fix top position for Stories pane
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user