Browse Source

Making scroll always visible.

pull/2336/head
Andrey Nering 9 years ago
parent
commit
cb8134da52
  1. 1
      public/css/gogs.css
  2. 1
      public/less/_base.less

1
public/css/gogs.css

@ -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;

1
public/less/_base.less

@ -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;

Loading…
Cancel
Save