mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 05:09:31 +01:00
Making scroll always visible.
This commit is contained in:
parent
590637246b
commit
cb8134da52
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -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…
Reference in a new issue