We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2658bbd commit 0555f27Copy full SHA for 0555f27
src/pages/Home/components/Filter/Filter.tsx
@@ -139,7 +139,7 @@ const Filter = (props: any) => {
139
140
return (
141
<Dialog open={props.isModalOpen} onOpenChange={props.closeModal}>
142
- <DialogContent className="rounded-md">
+ <DialogContent className="rounded-md overflow-y-scroll max-h-[90vh]">
143
<DialogHeader className='pad-10'>
144
<DialogTitle className="text-base font-medium">Faça sua busca:</DialogTitle>
145
</DialogHeader>
0 commit comments