From d7b585230a1db2cbed0178ef6453cf5bb7675b19 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Feb 2026 18:56:07 +0200 Subject: [PATCH] fix(search): double scrollbars --- apps/client/src/widgets/search_result.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/widgets/search_result.css b/apps/client/src/widgets/search_result.css index ad0c027ffe..19b2537030 100644 --- a/apps/client/src/widgets/search_result.css +++ b/apps/client/src/widgets/search_result.css @@ -1,8 +1,6 @@ .search-result-widget { flex-grow: 100000; flex-shrink: 100000; - height: 100%; - overflow: auto; contain: none !important; }