Last active
April 12, 2025 07:06
-
-
Save Kcko/dd9e72902bac9b28b70143be70f1be20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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