fix preview pane height in Safari
This commit is contained in:
parent
ef7f51cc2f
commit
b3ce95057e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user