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 1ff2779 + 68da57b commit 0316f6bCopy full SHA for 0316f6b
src/Table/index.tsx
@@ -33,7 +33,7 @@ const StyledTable = styled(AntdTable)`
33
/* Avoid raising the "Keine Daten" overlay above elements such as the menu or dropdown, which have z-index 1050 */
34
.mll-ant-table-placeholder {
35
/* !important is necessary because antd sets the z-index to 9999 via the style attribute */
36
- z-index: 1049 !important;
+ z-index: 990 !important;
37
}
38
39
${(props) =>
0 commit comments