Skip to content

Fix sub-menus on mobile: #1

Description

@rolandixor

The method is simple. Have .gm-menu > * > * { display: none; }
Then in a media query (for the single mobile breakpoint): .gm-menubutton:hover > .gm-menu > * > * { display: inline-block; }

Tested and works - just needs to be implemented in glass-maker itself.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions