From 8fdd4f1f0dccbac1e149697eafcc04279e825b8a Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 4 Feb 2019 21:41:08 +0100 Subject: [PATCH] Fix scrollbar --- app/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/App.tsx b/app/src/App.tsx index 80c919f..93262b5 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -51,6 +51,7 @@ class App extends React.PureComponent { split="vertical" minSize={250} defaultSize={500} + resizerStyle={{ width: '2px', margin: '0 -10px 0 0px' }} allowResize={true} style={{ position: 'relative' }} pane1Style={{ overflow: 'hidden' }}