Skip to content

Commit f5e8a34

Browse files
author
Dobromir Hristov
authored
fix: horizontal scrollbars on Safari when code blocks are very long (#700)
Resolves: rdar://110741983
1 parent c72bdf7 commit f5e8a34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CodeBlock.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ code {
3636
content: attr(data-after-code);
3737
}
3838
&::before, &::after {
39+
// ensure the pseudo elements dont fly off in space
40+
display: block;
3941
@include visuallyhidden()
4042
}
4143
}

0 commit comments

Comments
 (0)