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);
|
height: var(--window-height);
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--titlebar-height);
|
top: 0;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $z-index-stories;
|
z-index: $z-index-stories;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue