Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
scroll
/
overscroll_behavior.html
blob: 1829fa54d2dddba3cb8ff910d1c1dcd777df9993 [
file
] [
log
] [
blame
]
<style>
body
{
margin
:
0px
;
}
#
scroller
{
overflow
:
scroll
;
overscroll-behavior
:
none
;
width
:
800px
;
height
:
800px
;
}
#
space
{
height
:
800px
;
width
:
2000px
;
}
</style>
<div
id
=
"scroller"
>
<div
id
=
"space"
></div>
</div>