You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding the `z-index` to an element only has an effect, if the `position` property with a value different from `static` was applied to this element.
200
200
* One exception from this behaviour is **flexbox**. Applying the `z-index` to `flex-items` (so the elements inside of the flex-container) will change the order of these items even if no position property was applied.
0 commit comments