From f332eccf2227fb22f47a434e37b40265c0b11a1b Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 6 Jun 2026 21:11:29 +0200 Subject: [PATCH] fix: restore click events for editing logbook title in dashboard --- client/src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/App.css b/client/src/App.css index 852971a..34d346c 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -2090,6 +2090,7 @@ html.scheme-dark .themed-select-option.is-selected { cursor: text; border-radius: 4px; transition: background-color 0.15s ease; + pointer-events: auto; } .logbook-title-editable:hover { @@ -2105,6 +2106,7 @@ html.scheme-dark .themed-select-option.is-selected { font-size: 16px; font-weight: 600; line-height: 1.4; + pointer-events: auto; } .card-icon {