Remove horizontal scroll for search page tabs (fixed)
This commit is contained in:
parent
ef291f0db7
commit
51aba89e45
@ -94,7 +94,7 @@ const SearchPage = () => {
|
||||
autoFocus={true}
|
||||
/>
|
||||
</div>
|
||||
<div className="tabs" ref={horizontalScroll}>
|
||||
<div className="tabs">
|
||||
{[SearchTab.Posts, SearchTab.Profiles].map(renderTab)}
|
||||
</div>
|
||||
{!keyword && <TrendingUsers />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user