square / kochiku

Shard your builds for fun and profit
Apache License 2.0
599 stars 51 forks source link

Hacky fix to hide overflow on firefox #309

Closed zachhaitz closed 6 years ago

zachhaitz commented 6 years ago

this probably isn't the best way to do this, but I couldn't get the exiting fixed table layout + overflow scroll working in firefox.

before:

screen shot 2018-06-11 at 10 35 53 pm

after

screen shot 2018-06-11 at 10 35 48 pm

fine with just always hiding overflow scroll but that seems like a loss. fwiw, cmd+f for firefox doesn't seem to find things that aren't visible on the page.

another alternative is to just always show all of the tests: e.g.

screen shot 2018-06-11 at 10 34 49 pm
robolson commented 6 years ago

thanks for fixing. definitely unfortunate but I'm not sure what other options we have.