From 9258e8c464c8550185f0367c8ad9efc11af71e0c Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Sun, 26 Aug 2018 22:22:40 +0800 Subject: [PATCH] Remove height limit for modals in small screens --- app/assets/stylesheets/darkswarm/modals.css.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/modals.css.scss b/app/assets/stylesheets/darkswarm/modals.css.scss index 3358848acab..ed90ba7004c 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.scss +++ b/app/assets/stylesheets/darkswarm/modals.css.scss @@ -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;