Skip to content

Commit

Permalink
feat: fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Aug 13, 2024
1 parent 9656898 commit a6335c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export function PageMainLayout({
}
rightContent={topNavMenuEnabled ? <WalletSettingsButton /> : undefined}
/>
<div className="relative flex flex-grow flex-col flex-nowrap overflow-hidden shadow-wallet-content">
<div className="flex flex-grow flex-col flex-nowrap overflow-y-auto overflow-x-hidden bg-white">
<div className="relative flex flex-grow flex-col flex-nowrap overflow-hidden">
<div className="flex flex-grow flex-col flex-nowrap overflow-y-auto overflow-x-hidden bg-neutral-100">
<main
className={cn('flex w-full flex-grow flex-col', {
'p-5': bottomNavEnabled,
Expand Down

0 comments on commit a6335c2

Please sign in to comment.