Skip to content

Commit

Permalink
Fix top position for Stories pane
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Jun 23, 2022
1 parent 606e8fe commit 9e16b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/components/Stories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e16b06

Please sign in to comment.