fix(core): update

This commit is contained in:
2022-05-01 20:07:29 +02:00
parent b777508b7a
commit dfe189ff1c
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ export const scrollBarStyles: string = (() => {
::-webkit-scrollbar {
width: 0px;
}
* {
scrollbar-width: 0px;
body {
scrollbar-width: none;
}
`.cssText;
return returnStyles;