Remove horizontal scroll for search page tabs (fixed)

This commit is contained in:
artur
2023-03-06 16:21:14 +03:00
committed by Kieran
parent ef291f0db7
commit 51aba89e45

View File

@ -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 />}