Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -16,7 +16,7 @@ input::-webkit-slider-runnable-track {
|
|
16 |
border-radius: 2px !important;
|
17 |
}
|
18 |
|
19 |
-
|
20 |
overflow: overlay;
|
21 |
}
|
22 |
::-webkit-scrollbar {
|
@@ -34,7 +34,7 @@ input::-webkit-slider-runnable-track {
|
|
34 |
background-color: transparent;
|
35 |
}
|
36 |
::-webkit-scrollbar-thumb {
|
37 |
-
background-color:
|
38 |
border-radius: 2px;
|
39 |
}
|
40 |
|
|
|
16 |
border-radius: 2px !important;
|
17 |
}
|
18 |
|
19 |
+
body {
|
20 |
overflow: overlay;
|
21 |
}
|
22 |
::-webkit-scrollbar {
|
|
|
34 |
background-color: transparent;
|
35 |
}
|
36 |
::-webkit-scrollbar-thumb {
|
37 |
+
background-color: #293139;
|
38 |
border-radius: 2px;
|
39 |
}
|
40 |
|