potentially fix slider handle not showing in final version of site

It shows locally, but not on the published site for some reason. Bizzarrreee
This commit is contained in:
Xiexe
2020-10-03 23:16:38 -04:00
parent 31e0e0eebb
commit 14c0526b95
+2
View File
@@ -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;
}