Commit eeea3d2d authored by aballerr's avatar aballerr Committed by GitHub

fix: fixed wallet scrolling issue (#4574)

* fixed scrolling issue for wallet
Co-authored-by: default avatarAlex Ball <alexball@UNISWAP-MAC-038.local>
parent f46b6a06
......@@ -37,7 +37,7 @@ export enum MenuState {
}
const WalletDropdownWrapper = styled.div`
position: absolute;
position: fixed;
top: 72px;
right: 20px;
z-index: ${Z_INDEX.dropdown};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment