mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
🐛 fix non-clickable editor header actions with wide screens (#662)
closes https://github.com/TryGhost/Ghost/issues/8366 - ensure that header actions are layered above the editor so that they are still clickable - editor content is still selectable in the header area
This commit is contained in:
parent
33b2e20927
commit
f3dc307e2f
@ -125,6 +125,7 @@
|
||||
color: var(--midgrey);
|
||||
transition: all 0.15s ease-out 0s;
|
||||
line-height: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.post-settings:hover,
|
||||
@ -208,7 +209,6 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user