FIX: slider input needs z-index for Chrome (#161)
This commit is contained in:
parent
567712d8c0
commit
d06ed17640
|
@ -272,6 +272,7 @@ a.holiday {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
z-index: 1;
|
||||||
&::before {
|
&::before {
|
||||||
background: var(--tertiary);
|
background: var(--tertiary);
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue