Commit 8e92eecc by Torkel Ödegaard Committed by GitHub

Graph: Fixed issue clicking on series line icon (#18563)

parent 15711ba2
......@@ -77,7 +77,7 @@ export class CustomScrollbar extends Component<Props> {
{...passedProps}
className={cx(
css`
visibility: ${hideTrack ? 'none' : 'visible'};
visibility: ${hideTrack ? 'hidden' : 'visible'};
`,
track
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment