From 68c169c55e98ee99eecc2b439729a37873f9ab9f Mon Sep 17 00:00:00 2001 From: Oskar Pester Date: Tue, 2 Dec 2025 15:33:48 +0100 Subject: [PATCH] add more detialed comments to hacky global css rule --- src/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index dc0fdb19..cf9ef19e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -42,7 +42,11 @@ a:hover { background-clip: padding-box; } -/* TODO add in https://github.com/umami-software/react-zen as default */ +/* + TODO remove hacky rule when https://github.com/umami-software/react-zen/pull/7 + in https://github.com/umami-software/react-zen was merged + also remove in \src\app\(main)\websites\[websiteId]\events\EventProperties.tsx + */ .scrollable-select-menu-list { max-height: 42vh; overflow-y: auto;