diff --git a/stylesheets/components/Stories.scss b/stylesheets/components/Stories.scss index 1f664e6fd..19e01977b 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;