From d4655a87ecfe4c92c7e72173090eaeba3e52df50 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 18 Mar 2014 10:54:19 +0100 Subject: [PATCH] Fix mobile bug Tag field fade-shadows overlapping the settings icon --- core/client/assets/sass/layouts/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index 6e4ffef53f..4f3ceee734 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/assets/sass/layouts/editor.scss @@ -619,7 +619,7 @@ body.zen { display: inline-block; position: relative; padding: 0; - z-index: 1; + z-index: 9000; &.unsaved { .post-settings-menu {