rust-tide-clock
rust-tide-clock copied to clipboard
Blog HTML layout bug makes links unclickable
Hi,
I noticed a bug in the HTML on your blog pages, which makes links unclickable under some circumstances.
Reproduced in Firefox and Chromium desktop browsers.
- Go to https://thefuntastic.com/blog/why-rust-is-the-future-game-dev
- Scroll the main text down until the "this fantastic talk" (or any other) link is horizontally aligned with the logo image at the top-left of the side bar.
- The link is now unclickable because
html body.bright div#app.site header.header.header--scrolled
receives the clicks instead (because it extends outside of the sidebar).
Thanks for the blog posts BTW!
Ah cheers, you're like my personal QA department at this point. :)
This one might be a bit trickier to fix as it's baked into the theme I'm using. Thanks for putting it on my radar though!
No problem. It's easier to read this stuff than write it...
BTW in the same article this: "Often if it compiles, it runs." could be interpreted as "Often the compiler generates executable code".