3d-interface/static/css/prototype.css

18 lines
190 B
CSS

body {
overflow-y: hidden;
}
html, body {
height: 100%;
}
#main-section {
min-height: 100%;
}
#container {
position: absolute;
margin: 0 auto;
min-height: 100%;
}