From 896bfb14fa05cf07bb57216fdccd678e027bc4f9 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 9 Apr 2021 11:10:57 +0200 Subject: Update editor modules --- editor/editor.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'editor/editor.css') 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; } -- cgit v1.2.3