Fix menuPortal dropdown z-index (#12330)

This commit is contained in:
Geido 2021-01-07 21:08:36 +01:00 committed by GitHub
parent 076c31da22
commit 547c356b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -279,6 +279,10 @@ export const DEFAULT_STYLES: PartialStylesConfig = {
: 'padding: 0; flex: 1 1 auto;'};
`,
],
menuPortal: base => ({
...base,
zIndex: 1030, // must be same or higher of antd popover
}),
};
const INPUT_TAG_BASE_STYLES = {