Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion packages/core/src/editor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Tippy popups that are appended to document.body directly
box-sizing: inherit;
}

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

color: rgb(60, 65, 73);
}

.dragPreview {
position: absolute;
top: -1000px;
}