From 362ed8ed08a18f0d8ca8a9ef0eaa2704d75b459d Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Sun, 24 Jun 2018 16:10:02 +0100 Subject: [PATCH] Changed modals max height from 120% to 100% so that the content in the modal is never outside the viewport --- app/assets/stylesheets/darkswarm/modals.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/modals.css.scss b/app/assets/stylesheets/darkswarm/modals.css.scss index 85770cfd09..69ad042374 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.scss +++ b/app/assets/stylesheets/darkswarm/modals.css.scss @@ -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%; } }