Skip to content

Instantly share code, notes, and snippets.

@techpeace
Created October 6, 2011 22:46
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 techpeace/1268928 to your computer and use it in GitHub Desktop.
Save techpeace/1268928 to your computer and use it in GitHub Desktop.
.fullscreen {
display: block;
position: fixed !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 9999;
margin: 0;
padding: 0;
border: 0px solid #BBBBBB;
opacity: 1;
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment