Fix hover active bar position

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-26 14:48:34 +02:00
parent a703bea47a
commit aa34168cd5

View file

@ -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
},