summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.css')
-rw-r--r--editor/editor.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/editor.css b/editor/editor.css
index de67f8c..43c9acf 100644
--- a/editor/editor.css
+++ b/editor/editor.css
@@ -382,7 +382,7 @@ li.ProseMirror-selectednode:after {
border: 0px;
}
-.tooltip, .popin {
+.popin {
position: absolute;
border: 1px #3b4252 solid;
border-radius: 10px;
@@ -393,10 +393,6 @@ li.ProseMirror-selectednode:after {
z-index: 99;
}
-.tooltip {
- pointer-events: none;
-}
-
.popin a[contenteditable="true"] {
color: #eceff4;
}