fix: improve default gapcursor position when surrounded by margins

This commit is contained in:
Philipp Kühn 2021-11-18 14:02:53 +01:00
parent 5844a8893c
commit cd14731612

View File

@ -35,6 +35,7 @@ img.ProseMirror-separator {
display: none;
pointer-events: none;
position: absolute;
margin: 0;
}
.ProseMirror-gapcursor:after {