mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix: Action button on table with frozen column, floats with high z index
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user