Skip to content

Commit 0206e0a

Browse files
ENGCOM-9254: Resolve height modal issue on iOS #34290
- Merge Pull Request #34290 from mrtuvn/magento2:resolve-height-modal-scroll-inner-on-mobile - Merged commits: 1. ea1ab67
2 parents be9b1fe + ea1ab67 commit 0206e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/components/_modals.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
.modal-inner-wrap {
258258
margin: 0;
259-
max-height: none;
259+
max-height: 90vh; /** iOS webkit fix height problem when added long content **/
260260
}
261261
}
262262
}

0 commit comments

Comments
 (0)