Fix publish bar tag scrolling div

Continues on from #4128

- Increases height of tags div and adds `overflow-y: hidden;` to its parent
This commit is contained in:
Paul Adam Davis 2014-09-24 15:18:02 +01:00
parent 5f5993819a
commit 245e2a72a2

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 {