From 14c0526b9555f5e358d250834b470fcc584920f3 Mon Sep 17 00:00:00 2001 From: Xiexe Date: Sat, 3 Oct 2020 23:16:38 -0400 Subject: [PATCH] potentially fix slider handle not showing in final version of site It shows locally, but not on the published site for some reason. Bizzarrreee --- assets/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 6ebc314..7aac2bb 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -266,6 +266,7 @@ html, body { cursor: pointer; transform: scale(1.6); border: none; + z-index: 4; } .slider::-moz-range-thumb { @@ -275,4 +276,5 @@ html, body { cursor: pointer; transform: scale(1.6); border: none; + z-index: 4; } \ No newline at end of file