fix: scrollbar when using line highlight

pull/200/head
Matias Capeletto 5 years ago
parent 6ff76c4ea8
commit fdf4541e12

@ -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