From 33a6333a7c78ec5ae5b64fed762e995d5a9c3a79 Mon Sep 17 00:00:00 2001 From: Matthew Lipski Date: Thu, 4 Jun 2026 19:29:22 +0200 Subject: [PATCH] Adjusted side menu height for table blocks to align with first row --- packages/react/src/editor/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/react/src/editor/styles.css b/packages/react/src/editor/styles.css index 1c496bbc69..e58ccedd9b 100644 --- a/packages/react/src/editor/styles.css +++ b/packages/react/src/editor/styles.css @@ -284,6 +284,10 @@ inline styles, it is added to the base z-index. */ height: 54px; } +.bn-side-menu[data-block-type="table"] { + height: 60px; +} + /* Thread sidebar styling */ .bn-threads-sidebar { border-radius: var(--bn-border-radius-medium);