From 99b19d4b80ba0b904a7320f9b9c75c894ee388ed Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:08:07 -0400 Subject: [PATCH] Fix z-index next/prev buttons on Lightbox --- stylesheets/components/Lightbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/components/Lightbox.scss b/stylesheets/components/Lightbox.scss index 9a9c0dc688..959db943d3 100644 --- a/stylesheets/components/Lightbox.scss +++ b/stylesheets/components/Lightbox.scss @@ -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 {