Fix resizer highlight and scroll bar style

This commit is contained in:
Thomas Nordquist
2019-04-15 11:00:28 +02:00
parent 2de7840897
commit 46fa93edbd
3 changed files with 12 additions and 11 deletions

View File

@@ -12,7 +12,6 @@ export default function ContentView(props: {heightProperty: any, paneDefaults: a
split="vertical"
minSize={250}
defaultSize={500}
resizerStyle={{ width: '2px', margin: '0 -10px 0 0px' }}
allowResize={true}
style={{ position: 'relative' }}
pane1Style={{ overflow: 'hidden' }}