blob: 197b2da7e976a1d23b952a7b1c3ccc0d23e22e94 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
div {
width: 100px;
height: 100px;
background-color: green;
}
::-webkit-scrollbar {
width: 0px;
height: 0px;
}
</style>
<div></div>