From f8066417d91d75d11e55f6dd84744794b24083d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 20 Oct 2025 17:36:12 +0300 Subject: [PATCH] fix(client/search): full screen collections not visible --- apps/client/src/widgets/search_result.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/search_result.css b/apps/client/src/widgets/search_result.css index 5142bd776..6ac344754 100644 --- a/apps/client/src/widgets/search_result.css +++ b/apps/client/src/widgets/search_result.css @@ -1,7 +1,7 @@ .search-result-widget { flex-grow: 100000; flex-shrink: 100000; - min-height: 0; + height: 100%; overflow: auto; contain: none !important; }