Skip to content

Commit 3f2eb54

Browse files
committed
fix: update position
1 parent 49f75a5 commit 3f2eb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/editor/editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Tippy popups that are appended to document.body directly
105105
max-height: 5px;
106106
max-width: 4px;
107107
padding: 0;
108-
top: -1px;
108+
top: 0;
109109
transition: all 0.2s;
110110
}
111111

0 commit comments

Comments
 (0)