forked from abner/for-legacy-web
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