docs: share tweak copy button

This commit is contained in:
Jay V
2025-07-15 18:25:25 -04:00
parent 7c91f668d1
commit bb155db8b2
5 changed files with 37 additions and 44 deletions

View File

@@ -42,7 +42,6 @@ export function ContentMarkdown(props: Props) {
class={style.root}
data-highlight={props.highlight === true ? true : undefined}
data-expanded={expanded() || props.expand === true ? true : undefined}
style={{ position: "relative" }}
>
<div data-slot="markdown" ref={overflow.ref} innerHTML={html()} />