From 12ba6d272c3fc2582533d68926550a8b8c90a110 Mon Sep 17 00:00:00 2001 From: cristears Date: Wed, 6 Sep 2017 20:01:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20double=20scrollbar=20in=20?= =?UTF-8?q?PSM=20code=20injection=20editors=20(#849)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs TryGhost/Ghost#8896 - PSM code injection editors were suffering from the same issue as the Code Injection screen - apply the same fix for the PSM editors as was used in #838 --- ghost/admin/app/styles/components/settings-menu.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/admin/app/styles/components/settings-menu.css b/ghost/admin/app/styles/components/settings-menu.css index 2dfe06d72a..0d55fd41d9 100644 --- a/ghost/admin/app/styles/components/settings-menu.css +++ b/ghost/admin/app/styles/components/settings-menu.css @@ -209,6 +209,8 @@ .settings-menu-content .CodeMirror-scroll { min-height: 170px; + overflow: hidden !important; + margin-right: 0; } /* Background