Skip to content

Instantly share code, notes, and snippets.

@xdesro
Created October 28, 2021 18:27
Show Gist options
  • Save xdesro/87d6f4a069472197d5c6c0b64e68a039 to your computer and use it in GitHub Desktop.
Save xdesro/87d6f4a069472197d5c6c0b64e68a039 to your computer and use it in GitHub Desktop.
/* 💥 The Nuclear Option */
nav { z-index: 1000; }
/* 🔬 The Careful Incrementer */
nav { z-index: 2; }
/* 🪦 The Gravedigger */
:not(nav) { z-index: -1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment