vdoc: fix horizontal scrollbar

pull/5257/head
Daniel Däschle 2020-06-07 01:24:12 +02:00 committed by GitHub
parent eb42d2220f
commit caa25a3150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -104,6 +104,7 @@ body {
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
}
*::-webkit-scrollbar-track {
background: transparent;
@ -409,9 +410,11 @@ code[class*="language-"] {
border-radius: 0.25rem;
overflow-x: auto;
}
code[class*="language-"] {
padding: 1rem;
}
pre[class*="language-"] {
overflow: auto;
padding: 1rem;
margin: 0;
}
.namespace {