Skip to content

Instantly share code, notes, and snippets.

@asvae
Created July 16, 2018 09:23
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 asvae/c9acb805f673e19440ad7df9aa391450 to your computer and use it in GitHub Desktop.
Save asvae/c9acb805f673e19440ad7df9aa391450 to your computer and use it in GitHub Desktop.
.full-screen-overlay-modal {
&__background {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
&__content {
position: fixed;
z-index: 2000;
// Closing multiple modals won't work without this line. No idea as to why.
transform: translateY(4px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment