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 a850078 commit bb15f35Copy full SHA for bb15f35
1 file changed
packages/core/src/editor/editor.css
@@ -156,7 +156,8 @@ Tippy popups that are appended to document.body directly
156
--bn-table-handle-size: calc(18px / 2);
157
overflow-y: hidden;
158
padding: var(--bn-table-handle-size) var(--bn-table-widget-size)
159
- var(--bn-table-widget-size) var(--bn-table-handle-size);
+ var(--bn-table-widget-size) var(--bn-table-handle-size);
160
+ margin-top: calc(-1 * var(--bn-table-handle-size));
161
position: relative;
162
width: 100%;
163
}
0 commit comments