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 d73e52d commit f861ec9Copy full SHA for f861ec9
packages/core/src/editor.module.css
@@ -24,7 +24,8 @@ Tippy popups that are appended to document.body directly
24
box-sizing: inherit;
25
}
26
27
-.bnEditor, .dragPreview {
+.bnEditor,
28
+.dragPreview {
29
/* Define a set of colors to be used throughout the app for consistency
30
see https://atlassian.design/foundations/color for more info */
31
--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
38
39
40
color: rgb(60, 65, 73);
41
42
+
43
44
+ position: absolute;
45
+ top: -1000px;
46
+}
0 commit comments