Skip to content

Commit

Permalink
Increasing z-Index for popovers to avoid them being hidden by modals. (
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers authored Feb 22, 2024
1 parent 7d6b291 commit 406671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graylog2-web-interface/src/components/common/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Popover = (props: React.ComponentProps<typeof MantinePopover>) => {
},
});

return <MantinePopover styles={styles} zIndex={1032} {...props} />;
return <MantinePopover styles={styles} zIndex={1060} {...props} />;
};

type DropdownProps = Omit<React.ComponentProps<typeof MantinePopover.Dropdown>, 'title'> & {
Expand Down

0 comments on commit 406671d

Please sign in to comment.