PoonLab / covizu

Rapid analysis and visualization of coronavirus genome variation
https://filogeneti.ca/CoVizu/
MIT License
45 stars 20 forks source link

Enable scroll of right panel (mutations, countries) #442

Closed ArtPoon closed 1 year ago

ArtPoon commented 1 year ago

For smaller displays, the detailed information panels (countries, samples, mutations) are truncated by the bottom of the browser window and the user has no way to scroll down:

ArtPoon commented 1 year ago

The right panel is a div of class app-right

bonnielu commented 1 year ago

It seems like the position on the sticky div was interfering with any attempts to set the overflow to auto on rightbox. I've commented that line of css out for now so that the scroll option is now available.

ArtPoon commented 1 year ago

ideally we should stick everything up to and including the GISAID logo to the top of the page, and allow the remaining content (including detail table) to scroll

ArtPoon commented 1 year ago

@bonnielu 's fix is in dev branch, close on next PR

GopiGugan commented 1 year ago

Fixed with pr #449