fix: Action button on table with frozen column, floats with high z index

This commit is contained in:
Anish Roy
2023-05-05 15:50:24 +05:30
parent 20f54ed3b0
commit 3a3f4656bc

View File

@@ -204,6 +204,7 @@ export default function ActionFab({
}
size="small"
sx={{
zIndex: 1,
"&:not(.MuiFab-primary):not(.MuiFab-secondary):not(.Mui-disabled)": {
bgcolor: (theme) =>
theme.palette.mode === "dark"