JonathanGuberman / unmatched_maker

A deck maker tool for Unmatched
https://jonathanguberman.github.io/unmatched_maker/
10 stars 2 forks source link

Improve mobile usability #54

Closed JonathanGuberman closed 3 years ago

JonathanGuberman commented 3 years ago

Why are responsive tables causing the entire viewport to scroll?

JonathanGuberman commented 3 years ago

It looks like the tables is a Bootstrap Vue bug. I've tracked it down and filed a report (https://github.com/bootstrap-vue/bootstrap-vue/issues/6326). Meanwhile, I've set the offending sr-only class to be width: 0px. That might break screen readers, I don't know, but it seems to fix the problem.

JonathanGuberman commented 3 years ago

I've made a bunch more fixes to mobile usability, so I'm going to close this for now.