Changed modals max height from 120% to 100% so that the content in the modal is never outside the viewport

This commit is contained in:
luisramos0
2018-06-24 16:10:02 +01:00
committed by Maikel Linke
parent 910c1d437d
commit 362ed8ed08

View File

@@ -28,7 +28,7 @@ dialog, .reveal-modal {
// Medium and up - when modal IS NOT full screen
@media only screen and (min-width: 641px) {
top: 10%;
max-height: 120%;
max-height: 100%;
}
}