Commit 4ced70f7 authored by eddie's avatar eddie Committed by GitHub

fix: use 100vh to position bottom sheet (#6989)

parent 9262fec0
...@@ -92,7 +92,7 @@ const Container = styled.div` ...@@ -92,7 +92,7 @@ const Container = styled.div`
z-index: ${Z_INDEX.fixed}; z-index: ${Z_INDEX.fixed};
@media only screen and (max-width: ${({ theme }) => `${theme.breakpoint.sm}px`}) { @media only screen and (max-width: ${({ theme }) => `${theme.breakpoint.sm}px`}) {
top: 100%; top: 100vh;
left: 0; left: 0;
right: 0; right: 0;
width: 100%; width: 100%;
......
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