Fix drawer size

This commit is contained in:
Kamran Ahmed
2021-12-05 00:44:17 +01:00
parent a0a5e74281
commit 16b2019d06

View File

@ -31,7 +31,7 @@ export function ContentDrawer(props: ContentDrawerProps) {
<Box <Box
p="0px 30px 30px" p="0px 30px 30px"
position="fixed" position="fixed"
w={['100%', '70%', '50%']} w={['100%', '60%', '40%']}
bg="white" bg="white"
top={0} top={0}
right={0} right={0}