hive-react-kit 1.9.2 → 1.9.3

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/build.css CHANGED
@@ -1260,6 +1260,9 @@
1260
1260
  .resize-y {
1261
1261
  resize: vertical;
1262
1262
  }
1263
+ .scrollbar-none {
1264
+ scrollbar-width: none;
1265
+ }
1263
1266
  .appearance-none {
1264
1267
  appearance: none;
1265
1268
  }