fix: Improved mobile styling
fix: Severla context menus miss-positioned fix: Search filters not large enough on mobile fix: Deep black background on mobile to match native apps fix: Sticky document header allowing horizontal scrolling on mobile
This commit is contained in:
@@ -406,8 +406,11 @@ const ResultsWrapper = styled(Flex)`
|
||||
position: absolute;
|
||||
transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
|
||||
top: ${(props) => (props.pinToTop ? "0%" : "50%")};
|
||||
margin-top: ${(props) => (props.pinToTop ? "40px" : "-75px")};
|
||||
width: 100%;
|
||||
|
||||
${breakpoint("tablet")`
|
||||
margin-top: ${(props) => (props.pinToTop ? "40px" : "-75px")};
|
||||
`};
|
||||
`;
|
||||
|
||||
const ResultList = styled(Flex)`
|
||||
|
||||
Reference in New Issue
Block a user