brought back App.css mui custom classes for drawer indexes
This commit is contained in:
parent
8b6828ecce
commit
1c3f088ea1
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ html, body, #root {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* styles.css or a CSS module */
|
/* styles.css or a CSS module */
|
||||||
/* .MuiDialog-root {
|
.MuiDialog-root {
|
||||||
z-index: 1500 !important;
|
z-index: 1500 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -35,4 +35,4 @@ html, body, #root {
|
||||||
|
|
||||||
.MuiMenu-root {
|
.MuiMenu-root {
|
||||||
z-index: 1400 !important;
|
z-index: 1400 !important;
|
||||||
} */
|
}
|
||||||
|
|
@ -56,7 +56,7 @@ export const getTheme = (mode: 'light' | 'dark') =>
|
||||||
background: {
|
background: {
|
||||||
default: "#e9e9e9",
|
default: "#e9e9e9",
|
||||||
paper: "#fafafa",
|
paper: "#fafafa",
|
||||||
}
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue