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
When adding a component Shell to layout.tsx layout.css is compiled allowing mantine styling to override component styles e.g.,
.Shell-root {}
.mantine-styles {}
If I add the component to a page, then layout.css compiles with the expected specificity. Is this a bug or is there an approach that avoids this issue?
The text was updated successfully, but these errors were encountered:
When adding a component
Shell
to layout.tsx layout.css is compiled allowing mantine styling to override component styles e.g.,If I add the component to a page, then layout.css compiles with the expected specificity. Is this a bug or is there an approach that avoids this issue?
The text was updated successfully, but these errors were encountered: