Skip to content

Commit

Permalink
Merge pull request #828 from UKHomeOffice/bugfix/jumping-cursor
Browse files Browse the repository at this point in the history
Fix jumping cursor bug in Chrome 105
  • Loading branch information
wheelsandcogs authored Sep 16, 2022
2 parents 8a610d0 + 769d8fb commit 6d6844e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/scss/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
}

&:not(.readonly) {
[data-slate-editor="true"] {
-webkit-user-modify: read-write!important;
}
.image-wrapper:hover .image-overlay {
display: block;
}
Expand Down

0 comments on commit 6d6844e

Please sign in to comment.