Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<div style="overflow-y: scroll; height: 100px;">
  <select>
    <option>Foo</option>
    <option>Bar</option>
    <option>Baz</option>
  </select>
  <div style="height: 400px;"></div>
</div>
</html>