Display scrollbars when necessary for code blocks

This commit is contained in:
Konrad Borowski 2019-03-07 17:07:12 +01:00
parent e79063f075
commit 0175f9a593

View File

@ -59,6 +59,7 @@ tr:nth-child(2n) {
}
pre {
padding: 16px;
overflow: auto;
}
pre, code {
background: #f6f8fa;