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
Currently there is a strong dependency on Javascript with the modal component, especially with animations and disabling scroll. Both can be done with pure CSS instead.
Animations can be done with CSS transitions
Disabling scroll can be achieved with CSS :has pseudo-class.
:has is relatively new in terms of browser support, but it seems to be used in the codebase already so it's probably not a concern.