@underverse-ui/underverse 2.0.22 → 2.0.23

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getPanelBorderRadiusClass,
3
3
  useUnderverseUIConfig
4
- } from "./chunk-LWAKD7EK.js";
4
+ } from "./chunk-O7AAN6W6.js";
5
5
  import {
6
6
  cn,
7
7
  useGlobalI18n
@@ -196,4 +196,4 @@ var Modal_default = Modal;
196
196
  export {
197
197
  Modal_default
198
198
  };
199
- //# sourceMappingURL=chunk-F6KCGIJX.js.map
199
+ //# sourceMappingURL=chunk-ZQWVWDGS.js.map
package/dist/index.cjs CHANGED
@@ -4391,7 +4391,7 @@ var init_Popover = __esm({
4391
4391
  const measuredHeight = positionerEl.offsetHeight;
4392
4392
  const contentRect = positionerEl.getBoundingClientRect();
4393
4393
  const contentBoxWidth = measuredWidth || contentRect.width;
4394
- const contentBoxHeight = Math.max(measuredHeight, contentRect.height, contentEl.scrollHeight);
4394
+ const contentBoxHeight = Math.max(measuredHeight, contentRect.height);
4395
4395
  const next = computePopoverPosition({
4396
4396
  triggerRect,
4397
4397
  contentSize: { width: contentBoxWidth, height: contentBoxHeight },