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
The way I usually do a CSS-only mobile menu is to have a checkbox+label - the checkbox is always hidden via CSS, and the label is styled to look like an "open menu" button. Then the sibling and state selectors (i.e. .checkbox:checked ~ .menu) can be used to make the menu visible when the checkbox is checked.
The mobile menu is currently not accessible without Java Script enabled. This was noted here:
codidact/core#13 (comment)
This should be fixed. This issue is for collecting ideas on how to solve that.
The text was updated successfully, but these errors were encountered: