dssg / matching-tool

Integrating HMIS and criminal-justice data
Other
7 stars 7 forks source link

Force horizontal scrollbar on confirm upload page #339

Closed thcrock closed 6 years ago

thcrock commented 6 years ago

The method of scrolling necessary on the confirm upload page is hard to do with mice. You have to click in the table and then scroll with arrow buttons.

We can fix this just by taking off the overflow: scroll we are adding on the table container. The page does the right thing (renders a scrollbar immediately) if we don't add that CSS rule.