fix max drawer height

This commit is contained in:
Nicolas Mowen 2024-03-27 16:24:41 -06:00
parent 8fc17dce5f
commit 7075ea53aa

View File

@ -273,7 +273,7 @@ export default function MobileReviewSettingsDrawer({
<FaCog className="text-muted-foreground" /> <FaCog className="text-muted-foreground" />
</Button> </Button>
</DrawerTrigger> </DrawerTrigger>
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 pb-4 mx-1 rounded-t-2xl"> <DrawerContent className="max-h-[80dvh] overflow-hidden flex flex-col items-center gap-2 px-4 pb-4 mx-1 rounded-t-2xl">
{content} {content}
</DrawerContent> </DrawerContent>
</Drawer> </Drawer>