Skip to content

Commit 15b26df

Browse files
authored
prevent footer from overlapping content in SearchDialog (calcom#22266)
1 parent 2303f2e commit 15b26df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-store/giphy/components/SearchDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const SearchDialog = (props: ISearchDialog) => {
192192
</Button>
193193
</div>
194194
)}
195-
<DialogFooter>
195+
<DialogFooter noSticky>
196196
<DialogClose
197197
color="minimal"
198198
tabIndex={-1}

0 commit comments

Comments
 (0)