From e364adb080b39179d45bf85029a6a9d285cbca8f Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 24 Dec 2020 10:49:04 +0500 Subject: [PATCH] fix(ui): scrollbar should not be visible --- apps/web/src/components/list-container/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/list-container/index.js b/apps/web/src/components/list-container/index.js index e1e3b078f..068c6a1da 100644 --- a/apps/web/src/components/list-container/index.js +++ b/apps/web/src/components/list-container/index.js @@ -52,7 +52,7 @@ function ListContainer(props) { {({ height, width }) => ( { switch (index) {