Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(CodeChunk): Show x-scrollbars for overflowing codechunks
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijay committed Oct 2, 2019
1 parent a7f6ed2 commit 5039d15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
background-color: transparent;
height: 100%;
}

.codeContainer {
pre {
overflow-x: auto;
}
}
}

html {
Expand Down

0 comments on commit 5039d15

Please sign in to comment.