Skip to content

Commit 0d114d6

Browse files
committed
docs
1 parent eaae887 commit 0d114d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/content/docs/react/styling-theming/overriding-css.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ BlockNote uses classes with the `bn-` prefix to style editor elements. Here are
2121

2222
#### Editor Structure
2323

24-
- `.bn-container`: Container for editor and all menus/toolbars.
25-
- `.bn-editor`: Main editor element.
24+
- `.bn-root`: Container class both the floating menus / toolbars and the editor
25+
- `.bn-container`: Container around `.bn-editor`
26+
- `.bn-editor`: Main editor element (the "contenteditable").
2627
- `.bn-block`: Individual block element (including nested).
2728
- `.bn-block-group`: Container for nested blocks.
2829
- `.bn-block-content`: Block content wrapper.

0 commit comments

Comments
 (0)