You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
The main scroll-box div does not get the following class names applied to it when they seemingly should: .scroll-box--enable-y, .scroll-box--requires-y, .scroll-box--enable-x, .scroll-box--requires-x.
This causes the tracks to remain invisible and I've had to update my style sheet to check for different class names for this visibility toggle to work. I replaced them with these class names: scroll-box--has-axis-y, scroll-box--show-axis-y, scroll-box--has-axis-x, scroll-box--show-axis-x,
but I don't think I should have to.
The text was updated successfully, but these errors were encountered:
christopherbot
changed the title
Class names aren't set to change track visibility
Class names don't get set to change track visibility
Sep 18, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The main scroll-box div does not get the following class names applied to it when they seemingly should:
.scroll-box--enable-y
,.scroll-box--requires-y
,.scroll-box--enable-x
,.scroll-box--requires-x
.This causes the tracks to remain invisible and I've had to update my style sheet to check for different class names for this visibility toggle to work. I replaced them with these class names:
scroll-box--has-axis-y
,scroll-box--show-axis-y
,scroll-box--has-axis-x
,scroll-box--show-axis-x
,but I don't think I should have to.
The text was updated successfully, but these errors were encountered: