Patch Changes
- 3b29d91: fix(DSTSUP-252): make
Drawercontent scroll on small screens. On the mobile breakpoint theDrawerfalls back to aModal/Dialogoverlay, but theModalwrapper had no defined height. That madeDialog'sh-fullcollapse to the content's intrinsic height, so thegrid-template-rows: auto 1fr autolayout andDrawer.Content'soverflow-y-autonever engaged — long content extended the drawer past the viewport and clipped both the content tail and the action bar. The mobile wrapper now usesh-(--visual-viewport-height)(the React Aria-recommended approach, which tracks mobile browser chrome), so the dialog is constrained to the visible viewport andDrawer.Contentscrolls correctly while title and actions stay pinned. - Updated dependencies [c65d2a7]
- @marigold/system@17.5.1