diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index ab2785ff57..274a5cb779 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; |