ohctechv3/.svn/pristine/69/691fb74fb71314f9549858a5986af084b6c48ce5.svn-base

13 lines
275 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
// We need to centralize the zIndex definitions as they work
// like global values in the browser.
var zIndex = {
mobileStepper: 1000,
fab: 1050,
speedDial: 1050,
appBar: 1100,
drawer: 1200,
modal: 1300,
snackbar: 1400,
tooltip: 1500
};
export default zIndex;