1

I'm building a Windows 8 app, and need to disable the over-dragging / bounce-back effect that occurs when a user drags scrollable content over its parent's scroll limit. I thought I might be able to use some CSS properties here, but none of them seemed to allow me to do that. Any suggestions?

4

1 に答える 1

-1
body{overflow:hidden} 

バウンスの問題を修正します

于 2013-05-08T13:36:23.537 に答える