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;
|
||||
box-sizing: border-box;
|
||||
background-color: transparent;
|
||||
z-index: 1;
|
||||
&::before {
|
||||
background: var(--tertiary);
|
||||
content: "";
|
||||
|
|
Loading…
Reference in New Issue