Completely updated React, fixed #11, (hopefully)
This commit is contained in:
20
goTorrentWebUI/node_modules/material-ui/styles/zIndex.js.flow
generated
vendored
20
goTorrentWebUI/node_modules/material-ui/styles/zIndex.js.flow
generated
vendored
@@ -1,18 +1,12 @@
|
||||
// @flow
|
||||
|
||||
// Needed as the zIndex works with absolute values.
|
||||
// We need to centralize the zIndex definitions as they work
|
||||
// like global values in the browser.
|
||||
const zIndex = {
|
||||
mobileStepper: 900,
|
||||
menu: 1000,
|
||||
mobileStepper: 1000,
|
||||
appBar: 1100,
|
||||
drawerOverlay: 1200,
|
||||
navDrawer: 1300,
|
||||
dialogOverlay: 1400,
|
||||
dialog: 1500,
|
||||
layer: 2000,
|
||||
popover: 2100,
|
||||
snackbar: 2900,
|
||||
tooltip: 3000,
|
||||
drawer: 1200,
|
||||
modal: 1300,
|
||||
snackbar: 1400,
|
||||
tooltip: 1500,
|
||||
};
|
||||
|
||||
export default zIndex;
|
||||
|
Reference in New Issue
Block a user