Skip to content

Commit

Permalink
Marketplace page overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jun 5, 2024
1 parent 766ee40 commit 330272d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/pages/marketplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ const MarketplacePage = () => {

return (
<Page className={ 'wppbh-app-marketplace-page' }>
<Container className={ 'wppbh-app-marketplace-container' }>
<Container
className={
'wppbh-app-marketplace-container nfd-overflow-hidden'
}
>
<NewfoldMarketplace
methods={ moduleMethods }
constants={ moduleConstants }
Expand Down

0 comments on commit 330272d

Please sign in to comment.