Skip to content

Horizontal scroll bar disappears totally on certain sites. #1885

Answered by tophf
octimis asked this question in Q&A
Discussion options

You must be logged in to vote

That's because of height: 0px in your style. Use :vertical and :horizontal pseudo selectors, for example:

::-webkit-scrollbar:vertical {
    width: 11px;
    height: 0px;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@octimis
Comment options

Answer selected by octimis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants