Fixes the slide bar clickable area (#2113)

This commit is contained in:
Kendall Garner 2023-01-24 16:15:14 +00:00 committed by GitHub
parent 199f66b8de
commit 5331de17c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.rc-slider {
z-index:78
}