@wordpress/components css overwritings
-
Hi,
Since version 3.0.0 of Post Duplicator, the
assets/build/postDuplicator.cssfile includes overrides of the default styles for @wordpress/components components.
For example, lines 355:367:.components-modal__screen-overlay {
z-index: 100000;
}
.components-modal__frame {
max-width: 600px;
z-index: 100001;
}
.components-modal__header {
gap: 12px;
}
.components-modal__header .components-spacer {
display: none;
}
These styles are causing conflicts with the user interface of other plugins, such as Forms Bridge.
Overwriting styles in the global scope of the core libraries is not a good practice. Would it be possible to fix this?
You must be logged in to reply to this topic.