Alex-At-Home / cbb-on-off-analyzer

A not-so-simple-any-more! SPA for rendering college basketball on/off analysis
https://cbb-on-off-analyzer.now.sh
Apache License 2.0
0 stars 2 forks source link

There are still horrible problems with overlays #196

Open Alex-At-Home opened 2 years ago

Alex-At-Home commented 2 years ago

They are still popping over to the top left of the screen a fair bit (I had updated to the latest version, and it improved it - look to see if there's a newer version again)

It looks like overlays and <a href="#" onClick={(e) => { e.preventDefault(); //etc don't mix on mobile, the right answer is to build a link-like component that doesn't navigate so can remove the e.preventDefault() - I haven't proved that is the issue though, just speculating)