Created by: ysds
Fixes: #25304 (closed)
This changes fix a position of dropright/left menu on navbar. And give a basic position for dropup/right/left for disable popper support in the future enhancement (#24092).
Note:
- The direction of carets on navbar is not responsive. (e.g. a caret of dropright is turning to the right even on mobile.)
-
display
is not defined for dropright. In many cases it should be use in/on an inline element (.btn-group
or.d-inline-block
etc). Otherwise the dropright menu will jump to the right end (left: 100%
) of thediv
.