``` ~/go/bin/sourcemapper -output ddb -jsurl https://media.dndbeyond.com/character-app/static/js/main.90aa78c5.js ```
13 lines
277 B
JavaScript
13 lines
277 B
JavaScript
// 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; |