rust-tide-clock icon indicating copy to clipboard operation
rust-tide-clock copied to clipboard

Blog HTML layout bug makes links unclickable

Open tim-seoss opened this issue 4 years ago • 3 comments

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.

  1. Go to https://thefuntastic.com/blog/why-rust-is-the-future-game-dev
  2. 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.
  3. 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).

tim-seoss avatar Nov 28 '20 12:11 tim-seoss

Thanks for the blog posts BTW!

tim-seoss avatar Nov 28 '20 12:11 tim-seoss

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!

thefuntastic avatar Nov 28 '20 12:11 thefuntastic

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".

tim-seoss avatar Nov 28 '20 13:11 tim-seoss