jin-nin commited on
Commit
37e8321
1 Parent(s): d731530

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +23 -0
style.css CHANGED
@@ -16,6 +16,29 @@ input::-webkit-slider-runnable-track {
16
  border-radius: 2px !important;
17
  }
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  label > .z-40 {
20
  font-size: 1rem !important;
21
  padding: 0 0.75rem !important;
 
16
  border-radius: 2px !important;
17
  }
18
 
19
+ * {
20
+ overflow: overlay;
21
+ }
22
+ ::-webkit-scrollbar {
23
+ width: .25rem;
24
+ height: .25rem;
25
+ }
26
+ :hover::-webkit-scrollbar {
27
+ width: .5rem;
28
+ height: .5rem;
29
+ }
30
+ ::-webkit-scrollbar-corner {
31
+ background-color: #293139;
32
+ }
33
+ ::-webkit-scrollbar-track {
34
+ background-color: transparent;
35
+ }
36
+ ::-webkit-scrollbar-thumb {
37
+ background-color: silver;
38
+ border-radius: 2px;
39
+ }
40
+
41
+
42
  label > .z-40 {
43
  font-size: 1rem !important;
44
  padding: 0 0.75rem !important;