aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-04-09 11:10:57 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit896bfb14fa05cf07bb57216fdccd678e027bc4f9 (patch)
tree61ab35449822b03b0b7e7bd93987c47eb29439fb /editor/editor.css
parent7d83ee3912582d3435d5a7c5fe4cb8a21617425b (diff)
Update editor modules
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;
}