mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Account for screen safe area in mobile drawer bottom padding (#12577)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -102,6 +102,7 @@ const StyledContent = styled(m.div)`
|
||||
|
||||
const StyledInnerContent = styled(Flex)`
|
||||
padding: 6px;
|
||||
padding-bottom: calc(6px + var(--sab, 0px));
|
||||
height: 100%;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user