about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2024-12-23 16:12:38 +0100
committerGitHub <noreply@github.com>2024-12-23 15:12:38 +0000
commit190c7d6ed870cb5be0383cf6c3bf8e1dde9379a0 (patch)
tree0787e9319af60ab3b8f6ddab56cd8f9e4cc0726d
parent9d4ae023008d7ded54c35f94c5d205c89537c86c (diff)
downloadvoidsky-190c7d6ed870cb5be0383cf6c3bf8e1dde9379a0.tar.zst
Extend clickable area to height of container (#7248)
-rw-r--r--src/style.css3
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;
 }