From 86021511afa5ae55a631b0346184001fe1ed3d14 Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:28:48 +0100 Subject: [PATCH] bring modal z-index above progress bar --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index adb50128..d89c0e32 100644 --- a/style.css +++ b/style.css @@ -236,7 +236,7 @@ input[type="range"]{ #lightboxModal{ display: none; position: fixed; - z-index: 900; + z-index: 1001; padding-top: 100px; left: 0; top: 0;