-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
Follow menu falls under post links #2478
Comments
I managed to reproduce this on https://blog.kiarash.pro/. But to be honest, your setup looks strange to me in that instead of linking to the actual post, the title links to somewhere else. I'm afraid it's not the intended usage of the "article menu" page. |
Looks like a z-indexing issue when I refactored the follow me menu styling a few releases back. I don't personally use link posts so didn't notice the overlap. Those elements have .archive__item a {
position: relative;
z-index: 5;
} If someone wants to submit a PR to fix that would be great. No idea when I'll get to it. |
* Fix mmistakes#2478 "Follow menu falls under post links" * Do it the other way
* Fix mmistakes#2478 "Follow menu falls under post links" * Do it the other way
* Fix mmistakes#2478 "Follow menu falls under post links" * Do it the other way
* Fix mmistakes#2478 "Follow menu falls under post links" * Do it the other way
I use latest version of
minimal-mistakes
, and when I tapFollow
button in mobile devices,Follow menu
falls under post links.The text was updated successfully, but these errors were encountered: