feat(modal): add expandToScroll property to allow scrolling at all breakpoints (#30097)

Issue number: resolves #24631

Co-authored-by: Maria Hutt <13530427+thetaPC@users.noreply.github.com>
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
This commit is contained in:
Israel de la Barrera
2025-02-03 19:45:15 +01:00
committed by GitHub
parent 621333d927
commit 166e43554e
23 changed files with 365 additions and 32 deletions

View File

@ -59,6 +59,7 @@ const MODAL_INPUTS = [
'canDismiss',
'cssClass',
'enterAnimation',
'expandToScroll',
'event',
'focusTrap',
'handle',