mirror of
https://gitee.com/gitea/gitea
synced 2025-11-12 12:30:25 +08:00
Show scrollbar only when needed (#6802)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -328,7 +328,7 @@
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.code-view {
|
||||
|
||||
Reference in New Issue
Block a user