0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #4142 from PaulAdamDavis/fix-publish-bar-tags

Fix publish bar tag scrolling div
This commit is contained in:
John O'Nolan 2014-09-24 17:30:51 +02:00
commit 4756fab14d

View file

@ -641,6 +641,8 @@ body.zen {
align-self: auto; align-self: auto;
margin-right: 10px; margin-right: 10px;
position: relative; position: relative;
height: 40px;
overflow-y: hidden;
.tags-wrapper { .tags-wrapper {
white-space: nowrap; white-space: nowrap;
@ -648,6 +650,7 @@ body.zen {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
padding-top: 8px; padding-top: 8px;
padding-bottom: 9px; padding-bottom: 9px;
height: 70px;
} }
&:after { &:after {