indicator-ui 0.0.371 → 0.0.372

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.js CHANGED
@@ -49545,7 +49545,7 @@ function useScrollIndicators() {
49545
49545
  var container = ref.current;
49546
49546
  if (container) {
49547
49547
  container.style.width = '100%';
49548
- container.style.height = 'fit-content';
49548
+ container.style.height = '100%';
49549
49549
  }
49550
49550
  return container;
49551
49551
  };