-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
I wondered why position: relative is not given to dropright and dropleft, so examined any influence.
Related code:
Lines 2 to 5 in ed286e0
| .dropup, | |
| .dropdown { | |
| position: relative; | |
| } |
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.
Reactions are currently unavailable