Making scroll always visible.

This commit is contained in:
Andrey Nering 2016-01-04 16:38:10 -02:00
parent 590637246b
commit cb8134da52
2 changed files with 2 additions and 0 deletions

View file

@ -718,6 +718,7 @@
body { body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑'; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
background-color: #FAFAFA; background-color: #FAFAFA;
overflow-y: scroll;
} }
img { img {
border-radius: 3px; border-radius: 3px;

View file

@ -3,6 +3,7 @@
body { body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑'; font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA; background-color: #FAFAFA;
overflow-y: scroll;
} }
img { img {
border-radius: 3px; border-radius: 3px;