-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
Loving the new popper.js but was wondering if there was a way to disable the custom styles it auto adds to elements?
Its adding the following:
position: absolute;
transform: translate3d(0px, 0px, 0px);
top: 0px;
left: 0px;
will-change: transform;
This in turn overrides some custom animations I am trying to implement, it also messes up alignment if I wanted to put dropddowns in a container. The plugin is great but there must be a way to disable this custom "hardcode" style feature?
Reactions are currently unavailable