CSS: Disable bounce effect for scroll on iOS 13

前端 未结 2 1426
我在风中等你
我在风中等你 2021-02-08 21:38

In Safari 13 release notes it is stated that there is no longer the need to apply the following to an element to enable the bounce scroll effect:

div {
  overflow         


        
2条回答
  •  时光说笑
    2021-02-08 22:16

    I don't know if i really understand this correct, but here it goes! :)

    Can't you just remove that line of code from your file?

    You could also try to write -webkit-overflow-scrolling: auto; !important

    Hope this helped :

提交回复
热议问题