TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Home Page:https://www.blocknotejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

“Block Side Menu" CSS breaks down. bug

musoukun opened this issue · comments

When I set up blocknote with Vite following the tutorial, the CSS breaks down.
In particular, the Sidemenu becomes completely unusable.
Is there any way to fix this?

vite v5.2.6
react 18.2.0

image
image

commented

same problem here, I'm using next 14.1.0 and tailwindcss 3.3.0

The solution is to install Mantine by typing this

npm install @mantine/core

Then you can import the maintine core stylecss to your project

// Import styles of packages that you've installed.
// All packages except `@mantine/hooks` require styles imports
import '@mantine/core/styles.css';

Hope this works for you 😊

Hi! This should be fixed in the latest release