UNPKG

277 BJavaScriptView Raw
1// We need to centralize the zIndex definitions as they work
2// like global values in the browser.
3const zIndex = {
4 mobileStepper: 1000,
5 fab: 1050,
6 speedDial: 1050,
7 appBar: 1100,
8 drawer: 1200,
9 modal: 1300,
10 snackbar: 1400,
11 tooltip: 1500
12};
13export default zIndex;
\No newline at end of file