-
Notifications
You must be signed in to change notification settings - Fork 129
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
Title link shifted in Chrome #4
Comments
I'm not seeing this in Chrome Version 71.0.3578.98 (Official Build) (64-bit) on MacOS. @HFel -- are you still seeing this? And if so, can you give build/OS details? Thanks! |
Okay--I think I see what you mean now. Looks to be a Chrome issue for how it draws clickable areas on text. But I'm keeping this issue open to see how this can be improved in future versions of ed (likely by increasing the clickable area to the entire masthead, or at the very least displaying the |
I tried the suggested display properties but they didn't have any effect for me, however I was tinkering around and setting the position as anything other than static seems to have fixed it, or at least it behaves the same way now in Chrome as in Firefox. I'm not sure why exactly though. |
Yeah, that's really odd. I need to study other positioning things that might be in play, because the implicit |
Hi!
When hovering the main title in Chrome, the link area, which turns the title to a link when hovered, seems to be shifted a few pixels above the text:
Curiously, I don't experience this behaviour in Firefox, and the masthead CSS seems fine to me.
The text was updated successfully, but these errors were encountered: