'CSS, HTML – scroll bar problem on smartphone

I have a problem with my site, particularly when I open it from my smartphone.

The problem is that the scroll bar does not make me go up and cuts a part of my container, as you can see, the word REGISTER is very attached to the browser bar. Here's the picture: screen

On the computer this problem is not there, as you can see, there is a padding between the title and the container: screen

Please help me if anyone has the idea of ​​how to fix it.



Solution 1:[1]

add this in your template style or after your style

    <style>
           *{
               overflow-y :scroll;
            }
    </style>

i hope it was useful

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joukhar