Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit b89dbb1

Browse files
author
Brian Vaughn
committed
Add maxWidth to SplitPane to fix Firefox resize issue
1 parent 01a8ffb commit b89dbb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/SplitPane.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const containerStyle = (isVertical: boolean) => ({
111111
minWidth: 0,
112112
flex: 1,
113113
flexDirection: isVertical ? 'column' : 'row',
114+
maxWidth: '100vw',
114115
});
115116

116117
const draggerInnerStyle = (isVertical: boolean, theme: Theme) => ({

0 commit comments

Comments
 (0)