Skip to content

Instantly share code, notes, and snippets.

@che-wf
Created July 29, 2017 01:29
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 che-wf/fdd67597929ad2d448a1ed92bd54c586 to your computer and use it in GitHub Desktop.
Save che-wf/fdd67597929ad2d448a1ed92bd54c586 to your computer and use it in GitHub Desktop.
Perfectly centered modaal
.modal {
max-height: calc(100% - 100px);
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment