alpheios-project / arethusa

Arethusa: Annotation Environment
http://sosol.perseids.org/tools/arethusa
MIT License
34 stars 26 forks source link

Allow scrolling in sentence list #781

Closed zfletch closed 6 years ago

zfletch commented 6 years ago

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.

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).

screenshot
balmas commented 6 years ago

this looks fine to me. Thank you!