Skip to content

Instantly share code, notes, and snippets.

@bjrmatos
Created May 13, 2014 17:21
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 bjrmatos/d1c064394a903a56b17c to your computer and use it in GitHub Desktop.
Save bjrmatos/d1c064394a903a56b17c to your computer and use it in GitHub Desktop.
CSS Full width and height element (ligthbox wrapper)
.element {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment