Skip to content

Commit

Permalink
style: fix dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Dec 2, 2024
1 parent 2b90c82 commit cf92637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/filter/search-filter-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function SearchFilterDialog({

<DialogContent
className={cn(
"border-none bg-transparent",
"max-h-full overflow-auto border-none bg-transparent",
"[&>button.absolute]:right-8 [&>button.absolute]:top-8" // target close button
)}
>
Expand Down

0 comments on commit cf92637

Please sign in to comment.