fix(search): double scrollbars

This commit is contained in:
Elian Doran 2026-02-21 18:56:07 +02:00
parent 16ed14f85a
commit d7b585230a
No known key found for this signature in database

View File

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