0
What is the default value of z-index property?
3 Answers
+ 2
z-index is context-based, so even if it doesn't have a specific number value, it will always have an order in relation to other objects in the DOM.
https://css-tricks.com/css-stacking-contexts/
+ 1
0
I think. You can alway test it.