Skip to content

Instantly share code, notes, and snippets.

@artzub
Created January 10, 2021 05:55
Show Gist options
  • Save artzub/9bb0d1b6d5c66ad281af5379abac2172 to your computer and use it in GitHub Desktop.
Save artzub/9bb0d1b6d5c66ad281af5379abac2172 to your computer and use it in GitHub Desktop.
.overlay {
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
transition: opacity 0.1s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment