Skip to content

Commit

Permalink
fix: pointer events on caret
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 22, 2025
1 parent 9f008d4 commit b398f96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,7 @@ iframe#kabelsalat {
transform: translateY(-100%);
}
}

.cm-ySelectionCaret {
pointer-events: none;
}

0 comments on commit b398f96

Please sign in to comment.