Skip to content

Commit

Permalink
Fix z-index next/prev buttons on Lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Oct 7, 2021
1 parent a363c6c commit 99b19d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stylesheets/components/Lightbox.scss
Expand Up @@ -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 {
Expand Down

0 comments on commit 99b19d4

Please sign in to comment.