fix(core): update
This commit is contained in:
@@ -12,20 +12,8 @@ export const scrollBarStyles: string = (() => {
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: #111;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #777;
|
||||
* {
|
||||
scrollbar-width: 0px;
|
||||
}
|
||||
`.cssText;
|
||||
return returnStyles;
|
||||
|
||||
Reference in New Issue
Block a user