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 f941cd064f

View File

@ -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 {