mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix: try to avoid freezing UI due to members sidebar (at least after first load)
This commit is contained in:
@@ -99,7 +99,7 @@ export function SearchSidebar({ close }: Props) {
|
||||
}, [sort]);
|
||||
|
||||
return (
|
||||
<GenericSidebarBase>
|
||||
<GenericSidebarBase data-scroll-offset="with-padding">
|
||||
<GenericSidebarList>
|
||||
<SearchBase>
|
||||
<Overline type="accent" block hover>
|
||||
|
||||
Reference in New Issue
Block a user