From d1364d0331942880bf4aac0061460b4e65e15acf Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 13 Feb 2021 12:30:00 -0500 Subject: [PATCH] Revert "Fix issue with hot spots displaying over other UI elements." This reverts commit ab423f66ea36e46d92d109e559818a0685971006. --- src/css/pannellum.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/pannellum.css b/src/css/pannellum.css index 824500c..4c59d17 100644 --- a/src/css/pannellum.css +++ b/src/css/pannellum.css @@ -30,7 +30,7 @@ position: absolute; width: 100%; height: 100%; - z-index: 2; + z-index: 1; } .pnlm-grab {