Fix drawer size

pull/1657/head
Kamran Ahmed 3 years ago
parent 6650e16bbb
commit 60575073c0
  1. 2
      components/roadmap/content-drawer.tsx

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

Loading…
Cancel
Save