Adds overflow hidden to marketplace own offers (scroll fix)

This commit is contained in:
Sledmore 2022-03-16 15:14:45 +00:00
parent 4d9e5974c5
commit a51ca7682a

View File

@ -83,7 +83,7 @@ export const CatalogLayoutMarketplaceOwnItemsView: FC<CatalogLayoutProps> = prop
});
return (
<Column>
<Column overflow="hidden">
{ (creditsWaiting <= 0) &&
<Text center className="bg-muted rounded p-1">
{ LocalizeText('catalog.marketplace.redeem.no_sold_items') }