That actually fixed the top and bottom when “over” scrolling, but the white bar at the top and when updating the site by scrolling up was more tricky to get rid off.
It also made the website more “bugged”, as you can see in these 2 videos.
In the first one (without code) you can see updating the website and scrolling down works fine(without code). In the second one (with code) it bugs out by preventing me to scroll down almost like it freezes and it fixes by letting go of the screen. After that you can see it refuses to update site when trying to scroll up like it usually does.
I will leave the code up for a while so you can try if you get the same problems
View post on imgur.com
html,body{
width: 100%;
height: 100%;
margin:0;
padding:0;
overflow-x:hidden;
}
Thanks for the feedback on the aesthetics, but its mostly built after a template