From 190c7d6ed870cb5be0383cf6c3bf8e1dde9379a0 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Mon, 23 Dec 2024 16:12:38 +0100 Subject: [PATCH] Extend clickable area to height of container (#7248) --- src/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style.css b/src/style.css index f6e9a6e6ca..96c51014fe 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; }