Allow a user to scroll down when viewing a list of sentences if there are too many to fit on the screen.
Scrolling was not working previously (at least on Chrome) because the #canvas id's CSS included overflow: hidden which was overriding the overflow: auto in the .scrollable class.
Allow a user to scroll down when viewing a list of sentences if there are too many to fit on the screen.
Scrolling was not working previously (at least on Chrome) because the
#canvas
id's CSS includedoverflow: hidden
which was overriding theoverflow: auto
in the.scrollable
class.To see an example of the scrolling issue, visit https://www.perseids.org/tools/arethusa/app/#/perseids?chunk=1&doc=53118 then hover over "1" and click "List" and try to scroll (see screenshot).