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}
|
autoFocus={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="tabs" ref={horizontalScroll}>
|
<div className="tabs">
|
||||||
{[SearchTab.Posts, SearchTab.Profiles].map(renderTab)}
|
{[SearchTab.Posts, SearchTab.Profiles].map(renderTab)}
|
||||||
</div>
|
</div>
|
||||||
{!keyword && <TrendingUsers />}
|
{!keyword && <TrendingUsers />}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user