From b961a0936f9255d597922cfc1da3ba12cd70923b Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 16 Feb 2017 16:04:55 -0600 Subject: [PATCH] flex fix --- app/assets/stylesheets/app/_editor.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/app/_editor.scss b/app/assets/stylesheets/app/_editor.scss index 95707f564..2e8aab006 100644 --- a/app/assets/stylesheets/app/_editor.scss +++ b/app/assets/stylesheets/app/_editor.scss @@ -94,8 +94,9 @@ $heading-height: 75px; .editor-content { flex: 1; z-index: 10; + overflow-y: hidden; + height: 100%; background-color: white; - overflow-y: hidden;; &.fullscreen { padding-top: 0px; @@ -113,6 +114,7 @@ $heading-height: 75px; overflow-y: scroll; height: 100%; width: 100%; + border: none; outline: none; padding: 15px;