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:
@@ -266,6 +266,7 @@ html, body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(1.6);
|
transform: scale(1.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider::-moz-range-thumb {
|
.slider::-moz-range-thumb {
|
||||||
@@ -275,4 +276,5 @@ html, body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(1.6);
|
transform: scale(1.6);
|
||||||
border: none;
|
border: none;
|
||||||
|
z-index: 4;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user