-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hamburger menu close button refinements #44
Comments
Hello @georapbox! Are you interested in working on this? |
Hi @tomayac! I'll have a look when I find some time, hopefully today! |
Absolutely no pressure, take whatever time you need, or just say "no", too. |
Regarding having the button in fixed position, there are might be some edge cases that the button might fall over other elements. This can happen in very small viewports in combination to other languages, eg Greek where the words are longer. The minimum I can do is to provide a background color to button so that at least it does not look bad if that happens. Would that be a viable solution? Otherwise, I guess that we would need to follow another approach, like wrapping the button in another fixed positioned element with a background color that would act as a menu header and push the menu's content a few pixels lower. |
I guess in the interest of screen real estate, adding a background color and making the button float on top would work best here. |
Fixed via #45 |
The text was updated successfully, but these errors were encountered: