@hellobetterdigitalnz/selwynui 0.0.1-94 → 0.0.1-95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-94",
3
+ "version": "0.0.1-95",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -161,6 +161,8 @@
161
161
  .left{
162
162
  padding: 64px 0px 64px 0;
163
163
  width: 100%;
164
+ scrollbar-width: none;
165
+ -ms-overflow-style: none;
164
166
  }
165
167
 
166
168
  }