From 4d9e5974c522b828d46044b52c64224d21cf1887 Mon Sep 17 00:00:00 2001 From: Sledmore Date: Wed, 16 Mar 2022 14:49:54 +0000 Subject: [PATCH 1/2] Fixes a height issue w/ marketplace items. --- src/components/catalog/CatalogView.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/catalog/CatalogView.scss b/src/components/catalog/CatalogView.scss index e90bfd58..8e353790 100644 --- a/src/components/catalog/CatalogView.scss +++ b/src/components/catalog/CatalogView.scss @@ -99,6 +99,7 @@ .layout-grid-item { height: 75px !important; max-height: 75px !important; + min-height: 75px; } } From a51ca7682a82f025b0641ee833f1f266696b014c Mon Sep 17 00:00:00 2001 From: Sledmore Date: Wed, 16 Mar 2022 15:14:45 +0000 Subject: [PATCH 2/2] Adds overflow hidden to marketplace own offers (scroll fix) --- .../layout/marketplace/CatalogLayoutMarketplaceOwnItemsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/catalog/views/page/layout/marketplace/CatalogLayoutMarketplaceOwnItemsView.tsx b/src/components/catalog/views/page/layout/marketplace/CatalogLayoutMarketplaceOwnItemsView.tsx index 1c95a53c..2772c0d9 100644 --- a/src/components/catalog/views/page/layout/marketplace/CatalogLayoutMarketplaceOwnItemsView.tsx +++ b/src/components/catalog/views/page/layout/marketplace/CatalogLayoutMarketplaceOwnItemsView.tsx @@ -83,7 +83,7 @@ export const CatalogLayoutMarketplaceOwnItemsView: FC = prop }); return ( - + { (creditsWaiting <= 0) && { LocalizeText('catalog.marketplace.redeem.no_sold_items') }