From 52e40517a51637bee9a5780259b88ee3f28599a2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 21 Jun 2020 10:28:46 +0200 Subject: Enable use of mouse selection inside the title and description editor input fields. --- src/ws/munia.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ws/munia.css') diff --git a/src/ws/munia.css b/src/ws/munia.css index 4afc374..c9d670c 100644 --- a/src/ws/munia.css +++ b/src/ws/munia.css @@ -117,6 +117,11 @@ body border-radius: 3px; } +.node .edit input +{ + pointer-events: auto; +} + .node .button { float: right; -- cgit v1.2.3