Created by: zalog
Demo
Problems: Please follow my example in before, the problems are in the same order.
- for navbars that never collapse
.navbar.navbar-expand,.dropdown-menuhasposition: staticand push parent.navbarcontainer down - if
.dropdown-menuit's on the edge of browser, popper will move it and seems unnatural for.navbar - if we use only
.navbar(for navbar that always collapse),.dropdown-menuact in popper style
--
I tried to solve that by forcing .dropdown-menu to act like before popper, and in a mobile first abordation.
cc @Johann-S, #22628 (closed), #22630