fix(core): update
This commit is contained in:
parent
b777508b7a
commit
dfe189ff1c
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-domtools',
|
name: '@designestate/dees-domtools',
|
||||||
version: '2.0.21',
|
version: '2.0.22',
|
||||||
description: 'tools to simplify complex css structures'
|
description: 'tools to simplify complex css structures'
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,8 @@ export const scrollBarStyles: string = (() => {
|
|||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
* {
|
body {
|
||||||
scrollbar-width: 0px;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
`.cssText;
|
`.cssText;
|
||||||
return returnStyles;
|
return returnStyles;
|
||||||
|
Loading…
Reference in New Issue
Block a user