fix(core): update

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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-domtools',
version: '2.0.21',
version: '2.0.22',
description: 'tools to simplify complex css structures'
}

View File

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