iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Some popovers overlaps the status bar #1051

Open vermanas opened 2 days ago

vermanas commented 2 days ago

Describe the bug

Presentation popover used in Design Review app overlaps the status bar when expanded and are partially hidden below the browser window.

To Reproduce

  1. Open Design Review app - contact me for direct link.
  2. Expand presentation widget.
  3. Scroll down to the bottom of it.

Expected Behavior

Presentation popover appears just like the rest of popovers - above the status bar.

Screenshots

image

Desktop (please complete the applicable information)

Additional context

No response

AnDuong249 commented 2 days ago

The problem seems to stem from the 400px default max size that iTwinUI had in their middleware props. I think for this problem, if we can expose the middleware props for the StatusBarPopover, we can adjust the size to our component and fix this issue.