mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Adds overflow hidden to marketplace own offers (scroll fix)
This commit is contained in:
parent
4d9e5974c5
commit
a51ca7682a
@ -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') }
|
||||
|
Loading…
Reference in New Issue
Block a user