0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🐛 Fixed email preview header position

no issue.
- fixed email preview header being off in Firefox and Safari
This commit is contained in:
Peter Zimon 2019-12-03 11:23:51 +01:00
parent 137f8eae7c
commit 6d2bc8fccc

View file

@ -22,8 +22,8 @@
.gh-pe-header {
position: sticky;
top: -32px;
left: 0;
right: 0;
left: -32px;
right: -32px;
display: flex;
align-items: center;
justify-content: space-between;