TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
5.89k stars 381 forks source link

Blocknote's CSS breaks Mantine's design #878

Closed ofk closed 7 hours ago

ofk commented 4 days ago

Describe the bug

The @blocknote/mantine/style.css file seems to break components like Mantine's Menu.

To Reproduce

γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2024-06-28 16 14 06

code: https://github.com/ofk/next-mantine-blocknote

A minimal example using Next.js, Mantine, and Blocknote.

Misc