Welcome to this simple HTML page
<body style="overflow-y: hidden">
...
</body>
This page is designed to prevent scrolling by using the CSS property overflow-y: hidden
.
While this functionality works as intended on most browsers, it does not work on Safari.
Check out a live demo here:
The main question is: how can we ensure that Safari behaves consistently with other browsers in this case?