From f65b07c589860d1456477d37e96e97d0dff80b45 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 8 Jan 2018 18:32:25 +0000 Subject: [PATCH] Fixed horizontal scroll in editor on iOS --- ghost/admin/app/styles/layouts/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/admin/app/styles/layouts/editor.css b/ghost/admin/app/styles/layouts/editor.css index da0ff35618..f0cc141955 100644 --- a/ghost/admin/app/styles/layouts/editor.css +++ b/ghost/admin/app/styles/layouts/editor.css @@ -372,6 +372,7 @@ z-index: 0; width: 100%; height: 100vh; + overflow-x: hidden; overflow-y: auto; } @@ -490,6 +491,7 @@ height: 26px; min-height: 26px; margin-bottom: -26px; + min-width: 0; } .gh-editor .CodeMirror pre {