blob: 7253fcb6afec77d42dcf16cb3196f72a20f2e4c2 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.internals)
internals.useMockOverlayScrollbars();
</script>
<div style="position: relative; width: 200px; height: 200px; overflow: scroll">
<div style="position: relative; width: 210px; height: 80px; overflow: scroll">
<div style="position: absolute; z-index: 5; background: green; width: 300px; height: 100px"></div>
</div>
<div style="height: 210px"></div>
</div>