Building a responsive page that fills the entire screen without scrollbars

0
Hello all, I am building a page that should span the entire space in the browser, but not more than that. However, when I use a layoutgrid with autofill (padding 0 and no spacing) and auto scaling images I always end up with a page slightly to big for the screen causing the browser to put scrollbars around it. I'm not using additional classes. Anyone know how to get this done?
asked
1 answers
1

set container CSS property  overflow : hidden

answered