Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

CSS display property has no effect #161

Description

@rupumped

Adding display: none in CSS has no effect. For example:

.odometer {
    font-size: 100px;
    display: none;
}

does not hide the odometer. I need to be able to control when the odometer appears on and disappears from the window.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions