mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Merge pull request #4142 from PaulAdamDavis/fix-publish-bar-tags
Fix publish bar tag scrolling div
This commit is contained in:
commit
f941cd064f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user