File tree Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change 88
88
padding : 5px 15px 10px ;
89
89
background-color : var (--theme-color );
90
90
color : var (--font-color );
91
- ::-webkit-scrollbar {
92
- background-color : var (--theme-color );
93
- }
94
- ::-webkit-scrollbar-thumb {
95
- background-color : var (--dragbar-color );
96
- }
97
91
& ::-webkit-scrollbar {
98
92
background-color : var (--theme-color );
93
+ width : 9px ;
99
94
}
100
95
& ::-webkit-scrollbar-thumb {
101
- background-color : var (--dragbar-color );
102
- }
103
- ::-webkit-resizer {
104
- background-color : var (--theme-color );
96
+ background-color : var (--theme-border-color );
97
+ border-radius : 20px ;
98
+ border : transparent ;
105
99
}
106
- & ::-webkit-resizer {
107
- background-color : var ( --theme-color ) ;
100
+ & ::-webkit-scrollbar-corner {
101
+ background : transparent ;
108
102
}
109
103
110
104
overflow-y : auto ;
111
- min-height : 300px ;
112
105
p {
113
106
color : var (--font-color );
114
107
}
269
262
& :focus {
270
263
outline : none ;
271
264
}
265
+
266
+ & ::-webkit-scrollbar {
267
+ background-color : var (--theme-color );
268
+ width : 9px ;
269
+ }
270
+ & ::-webkit-scrollbar-thumb {
271
+ background-color : var (--theme-border-color );
272
+ border-radius : 20px ;
273
+ border : transparent ;
274
+ }
275
+ & ::-webkit-scrollbar-corner {
276
+ background : transparent ;
277
+ }
272
278
}
273
279
274
280
.submit-button {
286
292
box-shadow : 0 1px 0 rgba (31 , 35 , 40 , 0.1 );
287
293
}
288
294
295
+ .draggable {
296
+ cursor : move ;
297
+ }
298
+
289
299
.dragbar {
290
300
cursor : move ;
291
301
width : 42% ;
You can’t perform that action at this time.
0 commit comments