fix: scrollbar when using line highlight (#200)

pull/203/head
Matias Capeletto 4 years ago committed by GitHub
parent 6ff76c4ea8
commit b6ba8a943c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,6 +85,7 @@ li > div[class*='language-'] {
font-family: var(--code-font-family);
font-size: var(--code-font-size);
user-select: none;
overflow: hidden;
}
.highlight-lines .highlighted {

Loading…
Cancel
Save