We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaae887 commit 0d114d6Copy full SHA for 0d114d6
1 file changed
docs/content/docs/react/styling-theming/overriding-css.mdx
@@ -21,8 +21,9 @@ BlockNote uses classes with the `bn-` prefix to style editor elements. Here are
21
22
#### Editor Structure
23
24
-- `.bn-container`: Container for editor and all menus/toolbars.
25
-- `.bn-editor`: Main editor element.
+- `.bn-root`: Container class both the floating menus / toolbars and the editor
+- `.bn-container`: Container around `.bn-editor`
26
+- `.bn-editor`: Main editor element (the "contenteditable").
27
- `.bn-block`: Individual block element (including nested).
28
- `.bn-block-group`: Container for nested blocks.
29
- `.bn-block-content`: Block content wrapper.
0 commit comments