Skip to content

Commit 2b8aa0d

Browse files
authored
Merge pull request #989 from scottsut/dev
fix: ant popconfirm z level
2 parents 0583876 + 375672b commit 2b8aa0d

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)