Fix Modal width on <768px screens not occupying the whole page

This commit is contained in:
David Sevilla Martin 2019-11-06 17:48:00 -05:00 committed by Daniël Klabbers
parent 29eb233dd1
commit dc31a0a076

View File

@ -156,6 +156,7 @@
}
}
.Modal {
max-width: 100%;
margin: 0;
-webkit-transform: none !important;
transform: none !important;