Skip to content

Commit bb15f35

Browse files
committed
fix: align drag handle with table blocks (fixes #2604)
1 parent a850078 commit bb15f35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/core/src/editor/editor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Tippy popups that are appended to document.body directly
156156
--bn-table-handle-size: calc(18px / 2);
157157
overflow-y: hidden;
158158
padding: var(--bn-table-handle-size) var(--bn-table-widget-size)
159-
var(--bn-table-widget-size) var(--bn-table-handle-size);
159+
var(--bn-table-widget-size) var(--bn-table-handle-size);
160+
margin-top: calc(-1 * var(--bn-table-handle-size));
160161
position: relative;
161162
width: 100%;
162163
}

0 commit comments

Comments
 (0)