height: 100%; in FireFox
height: 100%; in FireFox
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- unfittoprint0
//css
html, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
//css
html, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}