From aa34168cd5456f924bc405605ed2731a82e2a2d8 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Thu, 26 Sep 2019 14:48:34 +0200 Subject: [PATCH] Fix hover active bar position --- src/components/AppLayout/MenuList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppLayout/MenuList.tsx b/src/components/AppLayout/MenuList.tsx index 20dd06d7a..bd3e16ca9 100644 --- a/src/components/AppLayout/MenuList.tsx +++ b/src/components/AppLayout/MenuList.tsx @@ -65,7 +65,7 @@ const styles = (theme: Theme) => borderLeft: `solid 2px ${theme.palette.primary.main}`, content: "''", height: 33, - left: -25, + left: -20, position: "absolute", top: 8 }, @@ -115,7 +115,7 @@ const styles = (theme: Theme) => borderLeft: `solid 2px ${theme.palette.primary.main}`, content: "''", height: 33, - left: -25, + left: -20, position: "absolute", top: 8 },