Describe the bug
I have identified an issue when using the Mantine and BlockNote libraries in my project. In the blocknote styles 210 line, the .bn-container selector is missing, causing a conflict with the Mantine ToolTip component styles.
To Reproduce
- Add blocknote and Mantine styles to the project.
- Use the Mantine ToolTip component.
Expected behavior
.bn-container .mantine-Tooltip-tooltip {
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
}
Actual behavior
.mantine-Tooltip-tooltip {
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
}
Misc
- Nextjs: 14.1.0
- Mantine: 7.5.1
- BlockNote: 0.11.2
- Package manager: yarn@4.0.1
- Browser: Microsoft Edge
Describe the bug
I have identified an issue when using the Mantine and BlockNote libraries in my project. In the blocknote styles 210 line, the .bn-container selector is missing, causing a conflict with the Mantine ToolTip component styles.
To Reproduce
Expected behavior
Actual behavior
Misc