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
Yep we made the choice a few release before to not enable Popper.js in our navbar component but with .dropleft or .dropright I'm not sure if we'll have the choice to not use Popper.js
I wondered why
position: relative
is not given to dropright and dropleft, so examined any influence.Related code:
bootstrap/scss/_dropdown.scss
Lines 2 to 5 in ed286e0
Then, I found a position of dropright or dropleft is not as expected when using it on a navbar. Demo Please see on a large screen.
Also, a dropright/dropleft outside navbar works well since it is positioned by popper, but if disable poper (#24092) it will break position.
The text was updated successfully, but these errors were encountered: