diff --git a/packages/tiptap/src/style.css b/packages/tiptap/src/style.css index ee421fcd..1b6d5edc 100644 --- a/packages/tiptap/src/style.css +++ b/packages/tiptap/src/style.css @@ -35,6 +35,9 @@ } } +.ProseMirror-hideselection *::selection { background: transparent; } +.ProseMirror-hideselection *::-moz-selection { background: transparent; } + .ProseMirror-focused .ProseMirror-gapcursor { display: block; }