opus-react 0.3.2 → 0.3.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/index.css CHANGED
@@ -10794,6 +10794,8 @@
10794
10794
  --tile-height: 101px;
10795
10795
  grid-auto-flow: column;
10796
10796
  grid-auto-columns: var(--tile-width);
10797
+ -ms-overflow-style: none;
10798
+ scrollbar-width: none;
10797
10799
  scroll-behavior: smooth;
10798
10800
  scroll-snap-type: x mandatory;
10799
10801
  background: none;
@@ -10809,6 +10811,12 @@
10809
10811
  overflow-x: auto;
10810
10812
  }
10811
10813
 
10814
+ .opus_zD82gC_row::-webkit-scrollbar {
10815
+ width: 0;
10816
+ height: 0;
10817
+ display: none;
10818
+ }
10819
+
10812
10820
  .opus_zD82gC_moreButton {
10813
10821
  z-index: 2;
10814
10822
  width: 24px;
@@ -11096,6 +11104,8 @@
11096
11104
  --stat-tile-height: 6.75rem;
11097
11105
  grid-auto-flow: column;
11098
11106
  grid-auto-columns: var(--stat-tile-size);
11107
+ -ms-overflow-style: none;
11108
+ scrollbar-width: none;
11099
11109
  scroll-behavior: smooth;
11100
11110
  width: 100%;
11101
11111
  min-width: 0;
@@ -11113,6 +11123,12 @@
11113
11123
  overflow-x: auto;
11114
11124
  }
11115
11125
 
11126
+ .opus_uhJd8v_row::-webkit-scrollbar {
11127
+ width: 0;
11128
+ height: 0;
11129
+ display: none;
11130
+ }
11131
+
11116
11132
  .opus_uhJd8v_moreButton {
11117
11133
  z-index: 2;
11118
11134
  width: 24px;