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; }