From 62d5149e7a0c515e615c65bbbe3dbeb74dcf9ddf Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 29 Jul 2014 16:15:35 +1000 Subject: [PATCH] Add back styling which sort of works for modals until i can pair with will to fix it --- app/assets/stylesheets/darkswarm/modals.css.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/modals.css.sass b/app/assets/stylesheets/darkswarm/modals.css.sass index 182ab5bec0..77f0b2fb54 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.sass +++ b/app/assets/stylesheets/darkswarm/modals.css.sass @@ -5,6 +5,8 @@ dialog, .reveal-modal border: none outline: none padding: 1rem + + // TO DO: deal with scroll container inheritance (kirsten box) + bigger scrolling on mobile device issue div overflow: scroll @media only screen and (min-width: 40.063em)