Remove height limit for modals in small screens

This commit is contained in:
Kristina Lim
2018-08-26 22:22:40 +08:00
parent 169aa752d8
commit 9258e8c464

View File

@@ -20,7 +20,6 @@ dialog
// Small - when modal IS full screen
@media only screen and (max-width: 640px) {
height: 500px;
left: 0;
max-height: 100%;
position: absolute !important;