Skip to content

Commit 990e424

Browse files
committed
fix Incorrect blocknote styles affecting Mantine ToolTip component styles #566
1 parent 47efc74 commit 990e424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/editor/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
}
210210

211211
/* Mantine Tooltip component base styles */
212-
.mantine-Tooltip-tooltip {
212+
.bn-container .mantine-Tooltip-tooltip {
213213
background-color: transparent;
214214
border: none;
215215
border-radius: 0;

0 commit comments

Comments
 (0)