From 9e16b06b6544aa868274712e067e9f1ec29d4fe5 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Thu, 23 Jun 2022 08:40:21 -0700 Subject: [PATCH] Fix top position for Stories pane --- stylesheets/components/Stories.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/Stories.scss b/stylesheets/components/Stories.scss index 1f664e6fd44a..19e01977b332 100644 --- a/stylesheets/components/Stories.scss +++ b/stylesheets/components/Stories.scss @@ -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;