diff --git a/public/css/style.less b/public/css/style.less index bb6432a2e1..46e3410ecb 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -1,5 +1,9 @@ @import "mixins"; +html { + overflow-y: scroll; +} + body { /*background: #fdfdfd;*/ // port to default theme when it is implemented. -webkit-transition: margin-bottom 250ms ease;