Adjust close button positioning in story viewer

This commit is contained in:
Josh Perez 2022-08-09 19:46:56 -04:00 committed by GitHub
parent 5d45197fe2
commit 0ce4ea327b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@
@include light-theme { @include light-theme {
@include color-svg('../images/icons/v2/x-24.svg', $color-gray-15); @include color-svg('../images/icons/v2/x-24.svg', $color-gray-15);
} }
top: var(--title-bar-drag-area-height);
right: 28px; right: 28px;
z-index: $z-index-above-above-base; z-index: $z-index-above-above-base;
} }