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.
1 parent bb55382 commit 0f1c3e2Copy full SHA for 0f1c3e2
src/Table/index.tsx
@@ -30,10 +30,11 @@ const StyledTable = styled(AntdTable)`
30
font-size: ${fontSizeFromTheme};
31
}
32
33
- /* Avoid raising the "Keine Daten" overlay above elements such as the menu or dropdown, which have z-index 1050 */
+ /* Avoid raising the "Keine Daten" overlay above elements such as the menu or dropdown, which have z-index 1050
34
+ or modals, which have z-index 1000 */
35
.mll-ant-table-placeholder {
36
/* !important is necessary because antd sets the z-index to 9999 via the style attribute */
- z-index: 1049 !important;
37
+ z-index: 990 !important;
38
39
40
${(props) =>
0 commit comments