diff --git a/src/style.css b/src/style.css index 7ed098b..def8952 100644 --- a/src/style.css +++ b/src/style.css @@ -542,3 +542,7 @@ iframe#kabelsalat { transform: translateY(-100%); } } + +.cm-ySelectionCaret { + pointer-events: none; +}