Skip to content

Commit 375672b

Browse files
committed
fix: ant popconfirm z level
1 parent 3d89022 commit 375672b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/styles/globalStyles/overwritten/hardcoded.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export const Hardcoded = createGlobalStyle`
3737
.ant-popover-inner {
3838
box-shadow: ${p => p.theme.shadow3};
3939
}
40+
.ant-popover.ant-popconfirm {
41+
z-index: 1060;
42+
}
4043
4144
/* fix antd bugs #32919 */
4245
.ant-tabs-dropdown-menu-item {

0 commit comments

Comments
 (0)