Fix position of close button

This commit is contained in:
Josh Perez 2022-05-05 13:09:15 -04:00 committed by GitHub
parent 232004cdd1
commit cbe6146673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
@include modal-close-button;
right: 28px;
top: var(--title-bar-drag-area-height);
z-index: $z-index-above-base;
z-index: $z-index-above-above-base;
}
&__more {