Fix z-index next/prev buttons on Lightbox

This commit is contained in:
Josh Perez 2021-10-07 16:08:07 -04:00 committed by GitHub
parent a363c6c0ea
commit 99b19d4b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,12 +190,14 @@
bottom: 50%;
position: absolute;
right: 21px;
z-index: 2;
}
&__nav-prev {
bottom: 50%;
left: 21px;
position: absolute;
z-index: 2;
}
&__header {