diff options
author | Christian Schmidt <github@chsc.dk> | 2024-12-23 16:12:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 15:12:38 +0000 |
commit | 190c7d6ed870cb5be0383cf6c3bf8e1dde9379a0 (patch) | |
tree | 0787e9319af60ab3b8f6ddab56cd8f9e4cc0726d /src | |
parent | 9d4ae023008d7ded54c35f94c5d205c89537c86c (diff) | |
download | voidsky-190c7d6ed870cb5be0383cf6c3bf8e1dde9379a0.tar.zst |
Extend clickable area to height of container (#7248)
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index f6e9a6e6c..96c51014f 100644 --- a/src/style.css +++ b/src/style.css @@ -92,6 +92,9 @@ a[role='link'][data-no-underline='1']:hover { } /* ProseMirror */ +.ProseMirror { + min-height: inherit; +} .ProseMirror-dark { color: white; } |