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 {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
background-color: #FAFAFA;
overflow-y: scroll;
}
img {
border-radius: 3px;

View File

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