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
My animation for my login modal relies on the fade.in class but after my migration it seems to be stuck on "show" so the transition does not occur. When I manually input "in" into the html via inspector I can see the transition occur correctly but it does not work on its own as it had done previously. The modal is still functional but it does not center itself in the screen it remains stuck on
.show {
display: block !important;
}
The text was updated successfully, but these errors were encountered:
My animation for my login modal relies on the fade.in class but after my migration it seems to be stuck on "show" so the transition does not occur. When I manually input "in" into the html via inspector I can see the transition occur correctly but it does not work on its own as it had done previously. The modal is still functional but it does not center itself in the screen it remains stuck on
.show {
display: block !important;
}
The text was updated successfully, but these errors were encountered: