Merge pull request #2336 from andreynering/scroll-always-visible

Making scroll always visible.
tokarchuk/v1.17
Unknwon 9 years ago
commit 19c234db39
  1. 1
      public/css/gogs.css
  2. 1
      public/less/_base.less

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

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