css fix for iphone modal

This commit is contained in:
omair saleh
2020-09-14 18:54:08 +08:00
parent 331ec754c2
commit 89e8f44c8f
+8
View File
@@ -217,6 +217,14 @@
}
}
body.modal-open {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* Responsive Handlers: Modals
------------------------------------
*/