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:
commit
4756fab14d
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue