Browse Source

Making scroll always visible.

tags/v1.21.12.1
Andrey Nering 9 years ago
parent
commit
cb8134da52
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      public/css/gogs.css
  2. +1
    -0
      public/less/_base.less

+ 1
- 0
public/css/gogs.css 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;


+ 1
- 0
public/less/_base.less 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;


Loading…
Cancel
Save