Last active
October 10, 2022 05:35
-
-
Save rogueyoshi/a42073ac3aa8bb7a06bf40b99f926249 to your computer and use it in GitHub Desktop.
start.gg bracket isolation css
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
* { | |
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