Skip to content

Commit 0555f27

Browse files
💄Adjusting dialog style
feat/filters-2
1 parent 2658bbd commit 0555f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/components/Filter/Filter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const Filter = (props: any) => {
139139

140140
return (
141141
<Dialog open={props.isModalOpen} onOpenChange={props.closeModal}>
142-
<DialogContent className="rounded-md">
142+
<DialogContent className="rounded-md overflow-y-scroll max-h-[90vh]">
143143
<DialogHeader className='pad-10'>
144144
<DialogTitle className="text-base font-medium">Faça sua busca:</DialogTitle>
145145
</DialogHeader>

0 commit comments

Comments
 (0)