Skip to content

Frontle-Foundation/zIndexManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontle Logo

The easiest multi-platform SPA framework.

NPM Version Package License NPM Downloads

Description

Finds the highest z-index value

Usage

import { findHighestZIndex } from "../../browser_modules/@frontle/z-index-manager/index.js";

// get highest z-index value
console.log(findHighestZIndex('body')); // 1

Install

Frontle

$ frontle install @frontle/z-index-manager --noBuild

Download Vanilla JS Library

https://github.com/Frontle-Foundation/zIndexManager

API

findHighestZIndex(element)

Get the highest z-index value within the specified element

console.log(findHighestZIndex('body')); // 1

People

The original author of @frontle/z-index-manager is MushStory

License

MIT

About

Finds the highest z-index value

Resources

License

Stars

Watchers

Forks

Packages

No packages published