Skip to content

Commit 851e601

Browse files
authored
修复代码高亮块上的展开/复制按钮无法使用 (#33)
移除 code block 样式内不必要的 z-index
1 parent f1ec6d9 commit 851e601

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/css/components/code.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ code {
2323
font-size: 0.875rem;
2424
line-height: 1.7;
2525
position: relative;
26-
z-index: 1;
2726
}
2827

2928
pre code {

0 commit comments

Comments
 (0)