Answers for "what is the max limit of z-index in css"

CSS
7

z-index max value

z-index: 2147483638; //max value, fully mdoern cross-browser compatible
Posted by: Guest on February-24-2020
-1

max z-index value css

/* Max z-index value */
z-index: 2147483647;
Posted by: Guest on August-05-2020

Code answers related to "what is the max limit of z-index in css"

Browse Popular Code Answers by Language