From 14a6d56b24a769ae8664891bef65dde4cb199cd3 Mon Sep 17 00:00:00 2001 From: Quang Lam Date: Thu, 21 May 2020 14:56:33 +0700 Subject: [PATCH] Fix sidebar scrollbar is not shown on Windows (#270) --- src/components/main/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/main/index.js b/src/components/main/index.js index 7fe6b504..f572f60a 100644 --- a/src/components/main/index.js +++ b/src/components/main/index.js @@ -57,6 +57,8 @@ const styles = (theme) => ({ display: 'flex', flexDirection: 'row', flex: 1, + height: '100%', + width: '100%', }, sidebarRoot: { height: '100%',