Conversation

Lexachoc

Fix #7066

I would also prefer to disable scrolling for the parent, i.e. not detect whether it reaches the top or bottom, but simply call d3.event.preventDefault(); at the end.

if(scrollBoxY !== 0 && scrollBoxY !== scrollBoxYMax) {
d3.event.preventDefault();
}

But that is not related to the bug, so I'll leave it for discussion.

@gvwilsongvwilson assigned gvwilson and unassigned gvwilson Jul 26, 2024
@gvwilsongvwilson added communitycommunity contributionfixfixes something brokenP2considered for next cyclelabels Aug 8, 2024
Sign up for free to join this conversation on . Already have an account? Sign in to comment
communitycommunity contributionfixfixes something brokenP2considered for next cycle
None yet

Successfully merging this pull request may close these issues.

Scrolling on the legend will cause the parent to scroll