mirror of https://github.com/go-gitea/gitea.git
Show scrollbar only when needed (#6802)
This commit is contained in:
parent
c64fe091d3
commit
9b9ec7847c
File diff suppressed because one or more lines are too long
|
@ -328,7 +328,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-view {
|
.code-view {
|
||||||
|
|
Loading…
Reference in New Issue