diff --git a/packages/tiptap/src/style.css b/packages/tiptap/src/style.css index 3453e8946..b41718f4c 100644 --- a/packages/tiptap/src/style.css +++ b/packages/tiptap/src/style.css @@ -43,6 +43,10 @@ background: transparent; } +.ProseMirror-hideselection * { + caret-color: transparent; +} + .ProseMirror-focused .ProseMirror-gapcursor { display: block; }