Commit 96f24d5a authored by lynn's avatar lynn Committed by GitHub

fix: txn and language dropdown styling fix (#5845)

fix
parent 8e59a352
...@@ -4,7 +4,6 @@ import styled from 'styled-components/macro' ...@@ -4,7 +4,6 @@ import styled from 'styled-components/macro'
const Menu = styled.div` const Menu = styled.div`
width: 100%; width: 100%;
height: 100%;
font-size: 16px; font-size: 16px;
overflow: auto; overflow: auto;
max-height: 450px; max-height: 450px;
...@@ -58,8 +57,9 @@ const StyledChevron = styled(ChevronLeft)` ...@@ -58,8 +57,9 @@ 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: 99%; width: -webkit-fill-available;
padding: 0 16px 16px 16px; margin: 0px 2vw 0px 0px;
padding: 0px 0px 2vh 0px;
color: ${({ theme }) => theme.textSecondary}; color: ${({ theme }) => theme.textSecondary};
cursor: default; cursor: default;
display: flex; display: flex;
......
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