5 lines
82 B
CSS
5 lines
82 B
CSS
|
|
* {
|
||
|
|
scrollbar-color: auto !important;
|
||
|
|
scrollbar-width: thin !important;
|
||
|
|
}
|