Skip to content

Commit

Permalink
fixed settings dropdown width scaling in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee348 committed Jan 28, 2025
1 parent b7ce43e commit 5b633d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export const WalletDropdownContent = forwardRef(({ setOpenWalletDropdown }: Wall
style={{
position: 'relative',
pointerEvents: 'auto',
width: '370px',
width: 'calc(100vw - 30px)',
maxWidth: '370px',
backdropFilter: 'blur(12.5px)',
top: '16px',
left: '15px',
Expand Down

0 comments on commit 5b633d4

Please sign in to comment.