Steps to replicate the issue (include links if applicable):
- Open share dialog
- Observe the open dialog. Notice the height is shorter than expected.
- Close the dialog.
- Re-open the dialog and notice that the height is correct.
What happens?:
The dialog height is short and unscrollable. The quote card is cut off and not fully displayed.
Screenshot from Apple Simulator:
What should have happened instead?:
- The dialog's height can grow up to the full viewport height minus 2rems (max-height: calc(100vh - 2rem)).
- Overflow content should be scrollable.
- The quote card is fully visible or visible via scroll.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
- Browsers impacted: macOS Safari, macOS Apple Simulator, iOS Chrome, iOS Firefox
Acceptance Criteria:
- Dialog displays correct height
- Vertical overflow content is scrollable



