Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 042f4fb

Browse files
Max width for iframe in popup.
1 parent 554f5d7 commit 042f4fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/structure/jquery.mobile.popup.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
max-height: 100%;
113113
vertical-align: middle;
114114
}
115+
.ui-popup > iframe {
116+
max-width: 100%;
117+
}
115118

116119
@media all and (min-width: 450px){
117120
.ui-popup .ui-field-contain label.ui-submit,

0 commit comments

Comments
 (0)