test

by nukeboy212

HTML

<body>
<h4>
test
</h4>
<h4>
test
</h4>
<h4>
test
</h4><h4>
test
</h4><h4>
test
</h4><h4>
test
</h4><h4>
test
</h4>
<h4>
test
</h4>
</body>

CSS

body {
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: scroll;
    &.touch, &.firefox {
        main {
            height: 100%;
            width: 100%;
            max-height: 100%;
            min-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            &.locked {
                overflow-y: hidden;
            }
        }
    }
}