You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @onet4 ,
I added a new option where you can decide where to add the css to not overwrite it:
cssPrepend: not set or false is like before, set to true makes the CSS prepend to the .
It seems embedded CSS inserted in the
head
tag gets overridden by the script's default style.Linked CSS is fine on the other hand.
To fix it, a workaround I found is to insert the following code to the
buildCallback
callback.This can be easily fixed in the core by changing the following line,
to
The text was updated successfully, but these errors were encountered: