Skip to content

Commit 34ba1c8

Browse files
lafrikstechknowlogick
authored andcommitted
Show scrollbar only when needed (#6802) (#6803)
1 parent 98d82a7 commit 34ba1c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@
327327
padding: 1em 2em 1em 2em;
328328
}
329329

330+
pre {
331+
overflow: auto;
332+
}
333+
330334
.code-view {
331335
* {
332336
font-size: 12px;

0 commit comments

Comments
 (0)