Eliminate occasional rubber-band effect on document body on scroll

This commit is contained in:
Nathan Sobo
2012-11-07 19:56:49 -07:00
parent cc7cd4df9a
commit f136212677

View File

@@ -2,6 +2,7 @@ html, body {
font: 16px Inconsolata, Monaco, Courier !important;
width: 100%;
height: 100%;
overflow: hidden;
}
#root-view {