mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
Show scrollbar only when needed (#6802)
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -326,9 +326,9 @@
|
||||
.plain-text {
|
||||
padding: 1em 2em 1em 2em;
|
||||
}
|
||||
|
||||
|
||||
pre {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.code-view {
|
||||
|
Reference in New Issue
Block a user