UX: increase experimental lightbox z-index (#22865)

This commit is contained in:
Kris 2023-07-28 18:06:48 -04:00 committed by GitHub
parent 27cdd724ce
commit 8c75fa5dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ html.has-lightbox {
left: 0;
height: 100%;
width: 100%;
z-index: z("header");
z-index: z("max");
}
&__content {