You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hover over the up arrow and trace your mouse down, keeping it in the same place in the lateral dimension, so that the mouse keeps showing the link style cursor hand.
You can click anywhere on the page within the lateral bounds of the up arrow (excluding clicking on the down arrow since it is inserted into the DOM on the same z-axis but after the up arrow - I think this is how it works) and it will go to the previous page.
Possible solution
Add an explicit CSS heigh to the up arrow div (and thereby the down arrow div too since they are created programmatically with the same function).
Current Behavior
The narratives up arrow is clickable from any height on the page, and covers other links up in certain areas.
Expected behavior
The up arrow should only be clickable when hovering over its icon.
How to reproduce
Steps to reproduce the current behavior:
Possible solution
Add an explicit CSS heigh to the up arrow div (and thereby the down arrow div too since they are created programmatically with the same function).
Your environment: if browsing Nextstrain online
Additional context
The text was updated successfully, but these errors were encountered: