From 43b488fcb66b0e0da46f43946828618bf04d55d6 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 1 Jul 2015 12:38:24 -0400 Subject: [PATCH] Fix scrolling modal spacing on mobile --- src/definitions/modules/modal.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 9ac13ca85..725f3bdb1 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -372,9 +372,9 @@ } @media only screen and (max-width : @computerBreakpoint) { - .ui.scrolling.modal { - margin-top: @mobileScrollingMargin; - margin-bottom: @mobileScrollingMargin; + .modals.dimmer .ui.scrolling.modal { + margin-top: @mobileScrollingMargin !important; + margin-bottom: @mobileScrollingMargin !important; } }