fix(client/search): full screen collections not visible

This commit is contained in:
Elian Doran 2025-10-20 17:36:12 +03:00
parent ee9c3f49da
commit f8066417d9
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
.search-result-widget {
flex-grow: 100000;
flex-shrink: 100000;
min-height: 0;
height: 100%;
overflow: auto;
contain: none !important;
}