Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<title>CSS Test Reference: differences in pointer-events shouldn't cause overlay scrollbars to appear</title>
<style>
#scroll {
width: 200px;
height: 200px;
overflow: auto;
}
#big {
width: 500px;
height: 500px;
}
</style>
<div id="scroll">
<div id="big">
</div>
</div>