Skip to content

Instantly share code, notes, and snippets.

@hucancode
Created June 18, 2022 11:15
Show Gist options
  • Save hucancode/3a8986519187a5e27c3ca080e4cced21 to your computer and use it in GitHub Desktop.
Save hucancode/3a8986519187a5e27c3ca080e4cced21 to your computer and use it in GitHub Desktop.
Give backdrop to element without wrapping it in an extra div
.modal::backdrop {
background: rgb(0 0 0 / 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment