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
Fix initial dropdown-menu positioning by replacing d-none
with visibility:hidden. Popper.js cannot calculate the position of
elements removed from the DOM with display: none. Let's
replace d-none with visibility:hidden, keeping the element
in the DOM, allowing Popper.js to correctly calculate its position.
0 commit comments