Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› fix broken editor layout in Safari (#696)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8459
- use `vh` instead of `%` for editor height
  • Loading branch information
kevinansfield authored and aileen committed May 17, 2017
1 parent fac2560 commit 24c02ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
.gh-markdown-editor {
position: relative;
width: 100%;
height: 100%;
height: 100vh;
overflow-y: auto;
z-index: 0;
}
Expand Down

0 comments on commit 24c02ac

Please sign in to comment.