12 background-color: lime;
16 background-color: #
808080;
32 <p>You should see first
2 green boxes with overlay scrollbars.
33 The second box should have a scrollbar on the left.
34 Remaining
2 green boxes should appear without overlay scrollbars.
37 <div class=
"container">
38 <div class=
"scrollbar vertical" style=
"right: 4px; top: 4px;"></div>
39 <div class=
"scrollbar horizontal" style=
"left: 4px; bottom: 4px;"></div>
41 <div dir=
"rtl" class=
"container">
42 <div class=
"scrollbar vertical" style=
"left: 4px; top: 4px;"></div>
43 <div class=
"scrollbar horizontal" style=
"right: 4px; bottom: 4px;"></div>
46 <div class=
"container"></div>
47 <div dir=
"rtl" class=
"container"></div>