From 245e2a72a20ae66f4b6edc4665ec96714ee87715 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Wed, 24 Sep 2014 15:18:02 +0100 Subject: [PATCH] Fix publish bar tag scrolling div Continues on from #4128 - Increases height of tags div and adds `overflow-y: hidden;` to its parent --- ghost/admin/assets/sass/layouts/editor.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghost/admin/assets/sass/layouts/editor.scss b/ghost/admin/assets/sass/layouts/editor.scss index 7ae465ca50..aca0718f6e 100644 --- a/ghost/admin/assets/sass/layouts/editor.scss +++ b/ghost/admin/assets/sass/layouts/editor.scss @@ -641,6 +641,8 @@ body.zen { align-self: auto; margin-right: 10px; position: relative; + height: 40px; + overflow-y: hidden; .tags-wrapper { white-space: nowrap; @@ -648,6 +650,7 @@ body.zen { -webkit-overflow-scrolling: touch; padding-top: 8px; padding-bottom: 9px; + height: 70px; } &:after {