0
Fork 0
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:
John O'Nolan 2014-03-18 10:54:19 +01:00
parent 7de18c2515
commit d4655a87ec

View file

@ -619,7 +619,7 @@ body.zen {
display: inline-block;
position: relative;
padding: 0;
z-index: 1;
z-index: 9000;
&.unsaved {
.post-settings-menu {