remove scroll on position panel

This commit is contained in:
saml33 2021-09-21 19:50:53 +10:00
parent 228b9ae09b
commit 53e3f42ba1
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ export default function MarketPosition() {
0 ? (
<Button
onClick={() => setShowMarketCloseModal(true)}
className="mt-3 w-full"
className="mt-2.5 w-full"
>
<span>Market Close</span>
</Button>