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
This can cause serious issues, as the library's CSS is too aggressive, and overrides attributes without noticing. Can you make it somewhat more focused on relevant elements? (Is this transform really needed?) If needed, you could use the following for example:
In the library's CSS file, there is a
transform: translateZ(0)
part:This eventually overrides transform attributes on elements, for example, this svg path will render without the given rotation.
This can cause serious issues, as the library's CSS is too aggressive, and overrides attributes without noticing. Can you make it somewhat more focused on relevant elements? (Is this transform really needed?) If needed, you could use the following for example:
The text was updated successfully, but these errors were encountered: