fix preview pane height in Safari

This commit is contained in:
Shawn Erquhart 2017-03-20 12:33:04 -04:00
parent ef7f51cc2f
commit b3ce95057e

View File

@ -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;