fixed code overflow

v1.2.0
kun.peng 2019-10-14 13:39:35 +08:00
parent 98a4dc3ba7
commit 52e3b62bd0
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ code {
padding: .25em .5em .25em;
border-radius: 2px;
}
pre[class*="language-"] {
overflow-y: hidden;
}
code[class*="language-"],
pre[class*="language-"] {
background: none;