From 7c4bd4c42aa28806802fd6e817633d1fe5f3a704 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 14 Nov 2014 13:16:19 -0500 Subject: [PATCH] Fixes #1245, scrolling large/small modal not working correctly --- src/definitions/modules/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 66b0fe427..c2d329c8a 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -307,7 +307,7 @@ .ui.scrolling.modal { position: static; - margin: @scrollingMargin auto; + margin: @scrollingMargin auto !important; } @media only screen and (max-width : @computerBreakpoint) {