paradiego
This commit is contained in:
13
node_modules/@mui/material/styles/zIndex.js
generated
vendored
Normal file
13
node_modules/@mui/material/styles/zIndex.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// We need to centralize the zIndex definitions as they work
|
||||
// like global values in the browser.
|
||||
const zIndex = {
|
||||
mobileStepper: 1000,
|
||||
fab: 1050,
|
||||
speedDial: 1050,
|
||||
appBar: 1100,
|
||||
drawer: 1200,
|
||||
modal: 1300,
|
||||
snackbar: 1400,
|
||||
tooltip: 1500
|
||||
};
|
||||
export default zIndex;
|
||||
Reference in New Issue
Block a user