Skip to content

Commit 9b9ec78

Browse files
authored
Show scrollbar only when needed (#6802)
1 parent c64fe09 commit 9b9ec78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_repository.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@
326326
.plain-text {
327327
padding: 1em 2em 1em 2em;
328328
}
329-
329+
330330
pre {
331-
overflow: scroll;
331+
overflow: auto;
332332
}
333333

334334
.code-view {

0 commit comments

Comments
 (0)