Fix hover active bar position
This commit is contained in:
parent
a703bea47a
commit
aa34168cd5
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ const styles = (theme: Theme) =>
|
||||||
borderLeft: `solid 2px ${theme.palette.primary.main}`,
|
borderLeft: `solid 2px ${theme.palette.primary.main}`,
|
||||||
content: "''",
|
content: "''",
|
||||||
height: 33,
|
height: 33,
|
||||||
left: -25,
|
left: -20,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 8
|
top: 8
|
||||||
},
|
},
|
||||||
|
@ -115,7 +115,7 @@ const styles = (theme: Theme) =>
|
||||||
borderLeft: `solid 2px ${theme.palette.primary.main}`,
|
borderLeft: `solid 2px ${theme.palette.primary.main}`,
|
||||||
content: "''",
|
content: "''",
|
||||||
height: 33,
|
height: 33,
|
||||||
left: -25,
|
left: -20,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 8
|
top: 8
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue