Skip to content

Instantly share code, notes, and snippets.

@peixian
Created March 24, 2016 20:06
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 peixian/00876d9ad79e84f0c092 to your computer and use it in GitHub Desktop.
Save peixian/00876d9ad79e84f0c092 to your computer and use it in GitHub Desktop.
iframe styles
iframe {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
overflow: hidden;
border: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment