Skip to content

Commit

Permalink
Extend clickable area to height of container
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 committed Dec 22, 2024
1 parent a3031de commit 9589839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ a[role='link'][data-no-underline='1']:hover {
}

/* ProseMirror */
.ProseMirror {
min-height: inherit;
}
.ProseMirror-dark {
color: white;
}
Expand Down

0 comments on commit 9589839

Please sign in to comment.