Skip to content

Commit d4dc01d

Browse files
committed
MP-148 Safari mobile fix modal body scroll
1 parent 507a796 commit d4dc01d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libs/ui/lib/components/modals/base-modal/BaseModal.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333
.modal-body {
3434
flex: 1 1 auto;
35-
overflow: auto;
35+
overflow: auto !important;
36+
-webkit-overflow-scrolling: touch !important;
37+
3638
margin: 0 -1*$sp-8 -1*$sp-8;
3739
padding: 0 $sp-8 $sp-8;
3840

0 commit comments

Comments
 (0)