From bbfc7e3e572703c3c7c0af3b59742ab4988dc6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mi=C5=9Bta?= Date: Fri, 15 Oct 2021 12:09:28 +0300 Subject: [PATCH] Fix overflow Y issue --- src/Sidebar/Sidebar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Sidebar/Sidebar.tsx b/src/Sidebar/Sidebar.tsx index af3e617a..1b6c3ac6 100644 --- a/src/Sidebar/Sidebar.tsx +++ b/src/Sidebar/Sidebar.tsx @@ -17,6 +17,8 @@ const useStyles = makeStyles( float: { height: "100vh", position: "fixed", + paddingRight: "2em", + overflowY: "auto", }, logo: { margin: `36px 0 ${theme.spacing(3)} ${theme.spacing(3.5)}`,