blob: 58670072f696c6a2143591395512fd17bd4ffa7f [file] [log] [blame]
<!DOCTYPE HTML>
<title>CSS Overflow Ref: disabling ::scroll-marker-group removes scroll-markers</title>
<style>
#scroller {
overflow: hidden;
height: 100px;
width: 100px;
}
.item {
height: 100px;
width: 100px;
}
</style>
<div id="scroller">
<div class="item">1</div>
<div class="item">2</div>
</div>