Skip to content

Commit f5dc7a0

Browse files
committed
MOBILE-4834 bootstrap: Add scroll to the whole modal if needed
1 parent 8949c8f commit f5dc7a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/components/ion-modal.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ ion-modal {
3333
&.core-bootstrap-modal {
3434
--height: auto;
3535
--background: transparent;
36+
--max-height: 100%;
37+
--overflow: scroll;
3638
}
3739

3840
&.modal-sheet::part(handle) {

0 commit comments

Comments
 (0)