Commit 44d68e3e authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: /pool position second icon zindex issue (#4457)

fix /pool zindex issue
Co-authored-by: default avatarCharlie <charlie@uniswap.org>
parent 04bd4900
...@@ -18,7 +18,7 @@ interface DoubleCurrencyLogoProps { ...@@ -18,7 +18,7 @@ interface DoubleCurrencyLogoProps {
} }
const HigherLogo = styled(CurrencyLogo)` const HigherLogo = styled(CurrencyLogo)`
z-index: 2; z-index: 1;
` `
const CoveredLogo = styled(CurrencyLogo)<{ sizeraw: number }>` const CoveredLogo = styled(CurrencyLogo)<{ sizeraw: number }>`
position: absolute; position: absolute;
......
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