compupro / latin-annotator

A JS web app that annotates latin text and shows word agreement relationships
GNU General Public License v3.0
0 stars 0 forks source link

Definition and inflection panel is buried by text when the Latin is long #11

Closed compupro closed 5 years ago

compupro commented 5 years ago

When the Latin has a lot of lines, you have to scroll down when you select words at the beginning, which is annoying. Try to make the panel sticky or something

compupro commented 5 years ago

It's not super amazing but it's sticky in https://github.com/compupro/latin-annotator/commit/1c6f3f19e191575e0157b8a18ccce9aa93e4b5ff

The definisionContainter is made resizeable in a later commit. Ideally I would have liked it to expand to the rest of the page if it's not being buried by long text, and for the div to be resizeable from a handle at the top when it is. However, I couldn't find a solution to this without requiring annoying hacks, and this is at least functional.