Skip to content

Console error when hiding 1st section #4701

@alvarotrigo

Description

@alvarotrigo

There's a console error on when adding the following CSS to the demo page :

@media (min-width: 768px) and (max-width:880px) {
    #section-1 {
        display: none;
    }
}

I think it only happens when the first section is being viewed.

Image

With default demo page
Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions