blob: 36d91ef5ab93d82c3f51355b4f0c734d9a1a8db1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
html, body {
margin: 0;
padding: 0;
}
.container {
width: 100px;
height: 100px;
background-color: lime;
position: relative;
display: block;
font-family: "Arial";
font-size : 12pt;
}
.scrollbar {
background-color: #808080;
position: absolute;
}
.vertical {
width: 3px;
height: 92px;
}
</style>
<script>
</script>
</head>
<body>
<p>You should see 2 green boxes with-out overlay scrollbar.</p>
<div class="container"></div>
<div dir="rtl" class="container"></div>
</body>
</html>