salt-ds
salt-ds copied to clipboard
Fix Dialog background scroll
Closes #3906
- Sets the root overflow to
'hidden'
to prevent background scrolling while the Dialog is open, same approach as MUI. - Scrolling within the Dialog still works as expected.
- Moved the cleanup callback to a new useEffect with no dependencies to prevent a race condition where the overflow style was sometimes not removed.
- Tested on Chrome/Windows.