Skip to content

Commit b6bcda6

Browse files
Fix a regression that caused highlights lower on the page to not show
1 parent ccdc3a8 commit b6bcda6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

highlight-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ function Highlighter(options = hhDefaultOptions) {
108108
left: 0;
109109
width: 100%;
110110
height: 100%;
111+
overflow: visible;
111112
z-index: -1;
112113
}
113114
.hh-svg-background g {

0 commit comments

Comments
 (0)