Skip to content

Commit

Permalink
Fix z-index next/prev buttons on Lightbox
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and josh-signal committed Oct 7, 2021
1 parent 383e9af commit c318a04
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 c318a04

Please sign in to comment.