infinite z-index

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