Skip to content

Commit be21637

Browse files
fix: heading link overflow style (#2568)
Co-authored-by: Luffy <[email protected]>
1 parent 6e45024 commit be21637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/themes/shared/_markdown.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@
251251

252252
/* Prevent long titles from causing horizontal scrolling */
253253
&[id] a {
254-
overflow: hidden;
254+
overflow-x: clip;
255+
overflow-y: visible;
255256
text-overflow: ellipsis;
256257
}
257258
}

0 commit comments

Comments
 (0)