1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 01:27:20 +00:00

Show scrollbar only when needed (#6802)

This commit is contained in:
Lauris BH
2019-04-29 23:08:04 +03:00
committed by GitHub
parent c64fe091d3
commit 9b9ec7847c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -328,7 +328,7 @@
} }
pre { pre {
overflow: scroll; overflow: auto;
} }
.code-view { .code-view {