@sikka/hawa 0.0.233 → 0.0.234

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/styles.css CHANGED
@@ -1265,6 +1265,9 @@ video {
1265
1265
  .overflow-y-auto {
1266
1266
  overflow-y: auto;
1267
1267
  }
1268
+ .overflow-x-hidden {
1269
+ overflow-x: hidden;
1270
+ }
1268
1271
  .overflow-x-clip {
1269
1272
  overflow-x: clip;
1270
1273
  }