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