Skip to content

[Question] is it possible to have scroll track always hidden? #332

Answered by idiotWu
xzilja asked this question in Q&A
Discussion options

You must be logged in to vote

It's a little bit tricky but you can remove the track elements from DOM using:

scrollbar.track.xAxis.element.remove()
scrollbar.track.yAxis.element.remove()

or hide it using a simple line of css:

.scrollbar-track { display: none !important }

See #206 (comment)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by idiotWu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #299 on June 10, 2021 16:47.