DigitalSlideArchive / HistomicsUI

A Girder plugin for pathology image annotations and analysis.
Apache License 2.0
57 stars 20 forks source link

Long Analyses Menus aren't accessible #409

Closed manthey closed 3 months ago

manthey commented 3 months ago

If you install a lot of CLI plugins, or a CLI plugin has a lot of versions or algorithms, the Analyses menu will extend off of the web page; it is not scrollable and elements that are off the page cannot be reached.

This might be solvable with css, but it might require either javascript or refactoring the template.

The menu is specifically a bootstrap dropdown menu done with bootstrap's css for positioning it. It does not have to remain a bootstrap dropdown menu, provided the functionality is fixed.