Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created August 19, 2013 20:56
Show Gist options
  • Select an option

  • Save kmlprtsng/6274089 to your computer and use it in GitHub Desktop.

Select an option

Save kmlprtsng/6274089 to your computer and use it in GitHub Desktop.
Model popup
.Center-Container {
position: relative;
}
.Absolute-Center {
width: 50%;
height: 50%;
overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
.Absolute-Center.is-Fixed {
position: fixed;
z-index: 999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment