From 3a471ce96ca226c0d906f703a24c71e6f084859b 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 --- core/client/assets/sass/layouts/editor.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index 7ae465ca50..aca0718f6e 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/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 {