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
Describe the bug
If you use Vuetify in the outer app with themes, POLAR/inner Vuetify "steals" the CSS with the ID "vuetify-theme-stylesheet". This breaks the CSS for the outer Vuetify app.
Expected behavior
An app using Vuetify is not affected by using POLAR.
Steps to reproduce
Build a Vuetify app that utilizes themes (visible best when choosing dark theme).
Render POLAR inside that app.
See the broken design.
Additional context
A workaround is renaming the outer #vuetify-theme-stylesheet to another ID. However, this may affect outer Vuetify as well, especially with theme changes.
The text was updated successfully, but these errors were encountered:
How did you instantiate POLAR? Did you use any client or built one yourself?
Could you also please give me a link to a reproduction, so that we can address this issue more quickly?
Describe the bug
If you use Vuetify in the outer app with themes, POLAR/inner Vuetify "steals" the CSS with the ID "vuetify-theme-stylesheet". This breaks the CSS for the outer Vuetify app.
Expected behavior
An app using Vuetify is not affected by using POLAR.
Steps to reproduce
Additional context
A workaround is renaming the outer #vuetify-theme-stylesheet to another ID. However, this may affect outer Vuetify as well, especially with theme changes.
The text was updated successfully, but these errors were encountered: