Skip to content
前端知识点
Main Navigation
首页
知识点
Appearance
Menu
Return to top
On this page
禁止滚动回弹
css
.scroll-view
{
overscroll-behavior
:
none
;
}
参考:
https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior
https://tailwindcss.com/docs/overscroll-behavior#preventing-overscroll-bouncing
https://css-irl.info/preventing-overscroll-bounce-with-css/