Skip to content
This repository was archived by the owner on Jun 14, 2021. It is now read-only.
This repository was archived by the owner on Jun 14, 2021. It is now read-only.

Class names don't get set to change track visibility #19

@christopherbot

Description

@christopherbot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions