From cb8134da529d01cda8fdd07ef50740882b0e383b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 4 Jan 2016 16:38:10 -0200 Subject: Making scroll always visible. --- public/less/_base.less | 1 + 1 file changed, 1 insertion(+) (limited to 'public/less/_base.less') diff --git a/public/less/_base.less b/public/less/_base.less index ab2785ff..274a5cb7 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -3,6 +3,7 @@ body { font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑'; background-color: #FAFAFA; + overflow-y: scroll; } img { border-radius: 3px; -- cgit v1.2.3