diff --git a/src/components/EntryEditor/EntryEditor.css b/src/components/EntryEditor/EntryEditor.css index 5c164279..2a59d4c1 100644 --- a/src/components/EntryEditor/EntryEditor.css +++ b/src/components/EntryEditor/EntryEditor.css @@ -1,5 +1,10 @@ @import '../UI/theme'; +/* Quick fix for preview pane not fully displaying in Safari */ +:global(.SplitPane .Pane) { + height: 100%; +} + .controlPane { height: calc(100% - 55px); overflow: auto;