@stokelp/ui 2.96.4 → 2.96.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.js +0 -3
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -19709,9 +19709,6 @@ const { withProvider: vp, withContext: P5 } = n1(oa, {
|
|
|
19709
19709
|
fontFamily: "satoshi",
|
|
19710
19710
|
overflowX: "scroll",
|
|
19711
19711
|
scrollbarWidth: "none",
|
|
19712
|
-
"&:webkit-scrollbar": {
|
|
19713
|
-
display: "none"
|
|
19714
|
-
},
|
|
19715
19712
|
border: "1px solid transparent"
|
|
19716
19713
|
}
|
|
19717
19714
|
}
|