Skip to content

Commit

Permalink
Extend clickable area to height of container (bluesky-social#7248)
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 authored Dec 23, 2024
1 parent 9d4ae02 commit 190c7d6
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 190c7d6

Please sign in to comment.