Skip to content

Instantly share code, notes, and snippets.

@banzalik
Created May 26, 2014 11:09
Show Gist options
  • Save banzalik/b087405f3ff4afb77a1a to your computer and use it in GitHub Desktop.
Save banzalik/b087405f3ff4afb77a1a to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
div {
height: 400px;
overflow: auto;
}
iframe {
width: 400px;
min-height: 500px;
height: 100%;
-webkit-overflow-scrolling:touch;
}
<div>
<iframe src="http://loremipsum.banzalik.ru"></iframe>
</div><!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment