Commit 31bbcae1 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: slideout menu title overlap on firefox (#5869)

fix wallet overlap on firefox
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent a1f6c727
...@@ -57,7 +57,7 @@ const StyledChevron = styled(ChevronLeft)` ...@@ -57,7 +57,7 @@ const StyledChevron = styled(ChevronLeft)`
const BackSection = styled.div` const BackSection = styled.div`
position: absolute; position: absolute;
background-color: ${({ theme }) => theme.backgroundSurface}; background-color: ${({ theme }) => theme.backgroundSurface};
width: -webkit-fill-available; width: fill-available;
margin: 0px 2vw 0px 0px; margin: 0px 2vw 0px 0px;
padding: 0px 0px 2vh 0px; padding: 0px 0px 2vh 0px;
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
......
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