The easiest multi-platform SPA framework.
Finds the highest z-index value
import { findHighestZIndex } from "../../browser_modules/@frontle/z-index-manager/index.js";
// get highest z-index value
console.log(findHighestZIndex('body')); // 1
Frontle
$ frontle install @frontle/z-index-manager --noBuild
Download Vanilla JS Library
https://github.com/Frontle-Foundation/zIndexManager
Get the highest z-index value within the specified element
console.log(findHighestZIndex('body')); // 1
The original author of @frontle/z-index-manager is MushStory