Account for screen safe area in mobile drawer bottom padding (#12577)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Tom Moor
2026-06-04 09:13:50 -04:00
committed by GitHub
parent e9e565dc2b
commit 02c5c93bd8
+1
View File
@@ -102,6 +102,7 @@ const StyledContent = styled(m.div)`
const StyledInnerContent = styled(Flex)`
padding: 6px;
padding-bottom: calc(6px + var(--sab, 0px));
height: 100%;
`;