/** * The idea is to keep in this configuration file * all the indexes of the z-index CSS property used * in the project to avoid magic numbers. */ const LayersConfig = { drawer: 999, floatingIcons: 1, select: 2, toast: 10, } export default LayersConfig;