From 66142069217e8d8ec02d1d1d8dfe0af85dc547de Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 30 Sep 2021 14:50:33 -0400 Subject: [PATCH] Fixes lightbox header buttons --- stylesheets/components/Lightbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/components/Lightbox.scss b/stylesheets/components/Lightbox.scss index 7135ba80427..9cba757f69e 100644 --- a/stylesheets/components/Lightbox.scss +++ b/stylesheets/components/Lightbox.scss @@ -78,7 +78,7 @@ padding: 0 16px; position: absolute; width: 100%; - z-index: 0; + visibility: hidden; } &__object {