-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing react style.css is breaking our own CSS #523
Comments
Thanks, we'll look into this asap! |
Should be fixed! closed by #535 |
Hello @YousefED, I'm not sure this issue is fixed in the latest version :(. Thank you! |
It still happens with Shadcn, when importing the styles.css file, it modifies the whole layout :( |
I also encountered the same problem. Import "@blocknote/mantine/style.css" made some styles of my page layout invalid. |
Other report here: https://discord.com/channels/928190961455087667/1216075332524969994/1216075332524969994. @CarlosVP120 @AIchovy could you share a bit more details about what's being reset / changed? |
I've looked into this and looks like there is a |
Describe the bug
We are using your awesome BlockNote on Twenty and wanted to migrate to the new version: https://github.com/twentyhq/twenty/pull/3517/files
From the release notes:
However, react/style.css does change the style of non block-note related class, for example:
body,html{height:100%}...
This is an issue as we import it in our project using @blocknote/react/style.css, it completely breaks our page layout.
Before:
After:
(see that the Sort button for example is broken)
The text was updated successfully, but these errors were encountered: