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
To prevent background scrolling when the modal is open I used htmlOpenClassName to add overflow: hidden; which is the only solution that worked, but unfortunately this causes the page to scroll to the top when opening modals. Anyone else with the same issue?