Skip to content

Instantly share code, notes, and snippets.

@rogueyoshi
Last active October 10, 2022 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.
Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.
start.gg bracket isolation css
* {
visibility: collapse;
}
.bracket, .bracket * {
visibility: visible;
}
.bracket {
position: absolute;
inset: 0;
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment