Skip to content

Commit ea1ab67

Browse files
committed
Resolve height modal issue on iOS
1 parent 207c959 commit ea1ab67

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)