Skip to content

Commit

Permalink
fix: popover withinPortal
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Mar 19, 2023
1 parent aa2b799 commit 234863c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GZCTF/ClientApp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions GZCTF/ClientApp/src/utils/ThemeOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ export const ThemeOverride: MantineThemeOverride = {
centered: true,
},
},
DatePickerInput: {
defaultProps: {
popoverProps: { withinPortal: true },
},
},
},
}

Expand Down

0 comments on commit 234863c

Please sign in to comment.