FIX: slider input needs z-index for Chrome (#161)

This commit is contained in:
Kris 2021-07-29 21:41:32 -04:00 committed by GitHub
parent 567712d8c0
commit d06ed17640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: "";