From 0b2fd681beaa00686a0572e6222c6dd4a7d8b79a Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 26 Aug 2025 18:42:50 +0200 Subject: [PATCH] ui/search: fix height of overflow --- pkgs/clan-app/ui/src/components/Search/Search.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-app/ui/src/components/Search/Search.module.css b/pkgs/clan-app/ui/src/components/Search/Search.module.css index 8bbff59fb..08a0c392b 100644 --- a/pkgs/clan-app/ui/src/components/Search/Search.module.css +++ b/pkgs/clan-app/ui/src/components/Search/Search.module.css @@ -80,7 +80,7 @@ .searchContent { @apply px-3; - height: calc(var(--container-height, 14.5rem) - 4rem); + height: calc(var(--container-height, 14.5rem) - 3.5rem); } @keyframes contentHide {