Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active April 12, 2025 07:06
Show Gist options
  • Save Kcko/dd9e72902bac9b28b70143be70f1be20 to your computer and use it in GitHub Desktop.
Save Kcko/dd9e72902bac9b28b70143be70f1be20 to your computer and use it in GitHub Desktop.
/* https://www.matuzo.at/blog/2025/never-lose-a-z-index-battle-again */
button.a {
z-index: calc(infinity + 1); /* 2147483647 */
background: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment