Skip to content

Commit

Permalink
fix "double cursor" in remote-cursor styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed May 31, 2021
1 parent 316c211 commit 53e8ead
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
<style>
.remote-caret {
position: relative;
border-left: 1px solid black;
border-right: 1px solid black;
border-left: 2px solid black;
margin-left: -1px;
margin-right: -1px;
box-sizing: border-box;
Expand Down

0 comments on commit 53e8ead

Please sign in to comment.