mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
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:
parent
5f5993819a
commit
245e2a72a2
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue