Skip to content

Instantly share code, notes, and snippets.

@AndyMoreland
Created May 5, 2015 22:15
Show Gist options
  • Save AndyMoreland/15cc8b927614a5f83908 to your computer and use it in GitHub Desktop.
Save AndyMoreland/15cc8b927614a5f83908 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
#container {
overflow-y: scroll;
overflow-x: hidden;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div id="container">
<svg width="200px" height="200px">
</svg>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment