mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 20:29:12 +01:00
Merge pull request #2336 from andreynering/scroll-always-visible
Making scroll always visible.
This commit is contained in:
commit
19c234db39
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue