I'm working on my web site. If you go to the page after the login, you can see that the page scrolls horizontally and vertically. Is it possible to make the page fit the entire screen without need of the scrollbar? I'm using materialize and the second column of the site (the pale blue part) has a 2px margin.
Thank you!
(for the login "prova" and "prova")
SOLVED:
body {
overflow:hidden;}