Popper emits warning for dropdowns due to non-zero margin styles
Created by: septatrix
Originated in #32354 (closed):
I also noticed that popper shows a warning in the console (at least when referencing the scripts manually and not using the minified bundle). Look inside the console of this pen when clicking the button. This is due to
.dropdown-menu
specifying a margin which poppler overwrites anyway. Do you want to track this here or create a new issue?
The simplest fix would be to get rid of the margin as popper set to margin to 0 inline by default. If however the styling is important the margin/offset has to be passed as a config option to the popper constructor.