-
Notifications
You must be signed in to change notification settings - Fork 284
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
Mobile Chrome drop-down menu broken #421
Comments
Interestingly clicking the dark mode button refreshes the rendering and fixes the glitch temporarily. |
Weird, I can reproduce this and hovering my mouse over it can also solve the glitch. This may be a problem with |
If I comment out these, it works:
However, then it doesn't animate. Alternatively, adding z-index for the menu in the animation keyframe fixes this without breaking animation:
Curiously, adding the same z-index to the 0% keyframe breaks it again, as does a |
同样遇到移动端导航栏下拉不正常的情况, |
I fixed this on my own site with this (disregard the removed line in the diff): |
You can present a PR to the author. |
Affects all Hugo Meme sites, e.g. https://costacoders.es and https://blog.chunjiw.net .
Mobile Bing and mobile Firefox show the menu correctly. This would seem to be a Chrome issue which might be amenable to a CSS workaround.
Android Mobile Chrome version: 110.0.5481.65
The text was updated successfully, but these errors were encountered: