<!DOCTYPE html>
<html>
<body>
  <div style="overflow: scroll; visibility: hidden;
              height: 100px;">
    <div style="visibility: visible; height: 50%; background: green">
    </div>
  </div>
</body>
</html>