From f98203aba647d636fc2c40ee7fb389eb368a7aba Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Thu, 15 May 2025 17:24:06 -0400 Subject: [PATCH] Adjust story buttons to not overlap window drag region --- stylesheets/components/StoryViewer.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/components/StoryViewer.scss b/stylesheets/components/StoryViewer.scss index 61dfa5496b..4a595402d5 100644 --- a/stylesheets/components/StoryViewer.scss +++ b/stylesheets/components/StoryViewer.scss @@ -362,8 +362,11 @@ & { align-items: center; display: flex; - height: 100%; position: absolute; + top: var(--title-bar-drag-area-height); + bottom: 0; + // To keep contents vertically centered in the window + padding-block-end: var(--title-bar-drag-area-height); width: 25%; z-index: variables.$z-index-above-above-base; }