fix(core): update
This commit is contained in:
@ -12,8 +12,8 @@ export const scrollBarStyles: string = (() => {
|
||||
::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
}
|
||||
* {
|
||||
scrollbar-width: 0px;
|
||||
body {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
`.cssText;
|
||||
return returnStyles;
|
||||
|
Reference in New Issue
Block a user