From 0ce4ea327b1b692af04612810aeb929465179a1d Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Tue, 9 Aug 2022 19:46:56 -0400 Subject: [PATCH] Adjust close button positioning in story viewer --- stylesheets/components/StoryViewer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/components/StoryViewer.scss b/stylesheets/components/StoryViewer.scss index 204828bedef..40bae809ed9 100644 --- a/stylesheets/components/StoryViewer.scss +++ b/stylesheets/components/StoryViewer.scss @@ -33,6 +33,7 @@ @include light-theme { @include color-svg('../images/icons/v2/x-24.svg', $color-gray-15); } + top: var(--title-bar-drag-area-height); right: 28px; z-index: $z-index-above-above-base; }