Disable the scroll bouncing at the edge of screen in webflow

Hello friends!
I tried to disable the scroll bouncing in iOS devices(chrome app on desktop), but some tries didn’t work.

I tried this code in the Head as well, but it just disables entire scroll but still able to scroll bounce

I saw some way to do by Javascript, I wonder if I should try that…
Can anyone help me?

https://preview.webflow.com/preview/jinaseong?utm_medium=preview_link&utm_source=designer&utm_content=jinaseong&preview=8388ca069399ccfeebb84275a77e7f58&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I found the solution, adding this in Head:

html, body { overscroll-behavior: none; }

Chrome, Edge are working, but safari is not working.

Safari has the non-working specification marked as bug. Hopefully will be supported in the next versions.