Skip to content

Commit

Permalink
fix(style): set withinPortal to true by default for Popover
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 7, 2023
1 parent 989ac31 commit ee4afb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GZCTF/ClientApp/src/utils/ThemeOverride.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export const ThemeOverride: MantineThemeOverride = {
centered: true,
},
},
DatePickerInput: {
Popover: {
defaultProps: {
popoverProps: { withinPortal: true },
withinPortal: true,
},
},
Notification: {
Expand Down

0 comments on commit ee4afb5

Please sign in to comment.