gecko-dev/layout/reftests/css-scroll-snap/scroll-padding-on-anchor-re...

17 строки
207 B
HTML

<style>
html,body {
overflow: hidden;
margin: 0px;
padding: 0px;
}
body {
padding-top: 100px;
}
#target {
background-color: blue;
width: 100%;
height: 100px;
}
</style>
<div id="target"></div>