Closed valenzuelaomar closed 4 years ago
Signed-off-by: ovalenzuela19 ovalenzuela@chanzuckerberg.com
When using the heatmap on Firefox, trying to scroll creates a large white gap between metadata row and taxa rows.
Firefox does not support event.wheelDeltaX or event.wheelDeltaY We can use event.deltaY instead, as all browsers support that. https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaX
Open Firefox Create a heatmap with any number of samples Scroll in any direction
Just checked in with @happyimadesignr and this does not need review from her
Signed-off-by: ovalenzuela19 ovalenzuela@chanzuckerberg.com
Description
When using the heatmap on Firefox, trying to scroll creates a large white gap between metadata row and taxa rows.
Notes
Firefox does not support event.wheelDeltaX or event.wheelDeltaY We can use event.deltaY instead, as all browsers support that. https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaX
Tests
Open Firefox Create a heatmap with any number of samples Scroll in any direction