PoonLab / covizu

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

Resizing window to a smaller size causes DOM elements to overlap #458

Closed nav-mohan closed 1 year ago

nav-mohan commented 1 year ago

This causes some End-to-End tests to fail when run on a smaller window-size because certain DOM elements (such as buttons) are covered by other DOM elements, thus rendering them unclickable.

small_window_overlap
bonnielu commented 1 year ago

I'll take a look to see whether this might have to do with some of the CSS changes I made in #442.

ArtPoon commented 1 year ago

Resolved by specifying window size when running unit test

ArtPoon commented 1 year ago

User has to provide a reasonable window size for rendering the document, closing for now