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
I just set the open={isOpen} to use the controlled component, but when it's true and the body content is scrollable, swiping up causes a jump on scroll.
This issue occurs only when I swipe up with touch event.
Hi there,
I just set the
open={isOpen}to use the controlled component, but when it's true and the body content is scrollable, swiping up causes a jump on scroll.This issue occurs only when I swipe up with touch event.
Any ideas?