infinite z-index
You can define the highest possiblez-index by using the numeric keyword infinity.
.element {
z-index: calc(infinity);
}
z-index by using the numeric keyword infinity.
.element {
z-index: calc(infinity);
}