fix bottom bar issue on trade page

This commit is contained in:
saml33 2023-01-22 20:27:04 +11:00
parent f94bd3c656
commit 3dbae5a1a9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const TradeInfoTabs = () => {
return (
<div className="hide-scroll h-full overflow-y-scroll pb-5">
<div className="hide-scroll sticky top-0 z-20 overflow-x-auto border-b border-th-bkg-3">
<div className="hide-scroll overflow-x-auto border-b border-th-bkg-3">
<TabButtons
activeValue={selectedTab}
onChange={(tab: string) => setSelectedTab(tab)}