Skip to content

Commit

Permalink
fix: scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 30, 2024
1 parent db877b9 commit 75d3ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-polkagate/src/partials/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Menu ({ isMenuOpen, setShowMenu }: Props): React.ReactElement<Props> {
>
<Grid bgcolor='divider' container height='100%' justifyContent='end' zIndex={10}>
<TLFActions />
<Grid alignItems='flex-start' bgcolor='background.default' container display='block' item p='10px' sx={{ height: '94%', minWidth: '307px', position: 'relative' }} width='86%'>
<Grid alignItems='flex-start' bgcolor='background.default' container display='block' item p='10px' sx={{ height: '92%', minWidth: '307px', position: 'relative' }} width='86%'>
{!showWarning
? <>
<MenuItem
Expand Down

0 comments on commit 75d3ead

Please sign in to comment.