UX: increase experimental lightbox z-index (#22865)
This commit is contained in:
parent
27cdd724ce
commit
8c75fa5dfd
|
@ -233,7 +233,7 @@ html.has-lightbox {
|
|||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: z("header");
|
||||
z-index: z("max");
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
|
Loading…
Reference in New Issue