Overflow is hidden even when it's set to visible

I set a website’s overflow to hidden first,
and when I switched back to overflow: visible, it remained hidden.
I inspected the browser and saw that it remained with this property.
.body {
overflow: hidden;
}
Anyone has a solution to this problem??

It only happens when my site is in tablet view or less.
copyspeakny.com
Below is the link to the preview version
https://preview.webflow.com/preview/copyspeak?utm_medium=preview_link&utm_source=designer&utm_content=copyspeak&preview=a017a9c1f690d603418df9bebdea1cff&mode=preview


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

Maybe try to delete the overflow line from your CSS completely by clicking on reset.
2019-09-24%2011_42_37

This worked!
Thank you