Skip to content

Commit f861ec9

Browse files
committed
fix draghandle bug
1 parent d73e52d commit f861ec9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/core/src/editor.module.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Tippy popups that are appended to document.body directly
2424
box-sizing: inherit;
2525
}
2626

27-
.bnEditor, .dragPreview {
27+
.bnEditor,
28+
.dragPreview {
2829
/* Define a set of colors to be used throughout the app for consistency
2930
see https://atlassian.design/foundations/color for more info */
3031
--N800: #172b4d; /* Dark neutral used for tooltips and text on light background */
@@ -38,3 +39,8 @@ Tippy popups that are appended to document.body directly
3839

3940
color: rgb(60, 65, 73);
4041
}
42+
43+
.dragPreview {
44+
position: absolute;
45+
top: -1000px;
46+
}

0 commit comments

Comments
 (0)