Skip to content

Commit 7a89547

Browse files
fix: align side menu to tables (BLO-1117) (#2837)
1 parent ec9c151 commit 7a89547

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/react/src/editor/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ inline styles, it is added to the base z-index. */
284284
height: 54px;
285285
}
286286

287+
.bn-side-menu[data-block-type="table"] {
288+
height: 60px;
289+
}
290+
287291
/* Thread sidebar styling */
288292
.bn-threads-sidebar {
289293
border-radius: var(--bn-border-radius-medium);

0 commit comments

Comments
 (0)