mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fix mobile bug
Tag field fade-shadows overlapping the settings icon
This commit is contained in:
parent
7de18c2515
commit
d4655a87ec
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ body.zen {
|
|||
display: inline-block;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
z-index: 1;
|
||||
z-index: 9000;
|
||||
|
||||
&.unsaved {
|
||||
.post-settings-menu {
|
||||
|
|
Loading…
Add table
Reference in a new issue