Here's how scrolling `Dialog`s behave currently: https://github.com/user-attachments/assets/99dd4d92-fc1c-41f3-95be-8371ae34bc2a For parity with [`Modal`](https://wordpress.github.io/gutenberg/?path=/docs/components-modal--docs) and as a general UX enhancement I think we ought to make the header sticky. It should be possible for `Dialog.Footer` to be sticky as well, but I'm unsure if that should be optional or hard-coded.
Here's how scrolling
Dialogs behave currently:Screen.Recording.2026-04-09.at.09.19.33.mov
For parity with
Modaland as a general UX enhancement I think we ought to make the header sticky.It should be possible for
Dialog.Footerto be sticky as well, but I'm unsure if that should be optional or hard-coded.