We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0583876 + 375672b commit 2b8aa0dCopy full SHA for 2b8aa0d
frontend/src/styles/globalStyles/overwritten/hardcoded.ts
@@ -37,6 +37,9 @@ export const Hardcoded = createGlobalStyle`
37
.ant-popover-inner {
38
box-shadow: ${p => p.theme.shadow3};
39
}
40
+ .ant-popover.ant-popconfirm {
41
+ z-index: 1060;
42
+ }
43
44
/* fix antd bugs #32919 */
45
.ant-tabs-dropdown-menu-item {
0 commit comments