Skip to content

Instantly share code, notes, and snippets.

@dungsaga
Created May 19, 2016 11:58
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 dungsaga/ad7c6c0366a47e0e3137611bf851a543 to your computer and use it in GitHub Desktop.
Save dungsaga/ad7c6c0366a47e0e3137611bf851a543 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chrome bug 530121</title>
<meta name="viewport" content="initial-scale=1">
</head>
<body>
<div style="transform:scaleX(1); box-shadow:0 0 75px rgba(0,0,0,0.65);" >
<div style="overflow:scroll; height:300px;" >
<div style="padding:200px 0; position:relative;" >Another one bites the dust
</div>
</div>
</div>
</body>
</html>
@dungsaga
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment