We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8390bbd commit 65a64fbCopy full SHA for 65a64fb
src/components/ui/code-highlighter/shiki/Shiki.tsx
@@ -143,7 +143,7 @@ export const ShikiHighLighter: FC<Props> = (props) => {
143
'absolute right-2 top-2 z-[1] flex rounded p-2 text-xs center',
144
'rounded-md border border-accent/5 bg-accent/80 p-1.5 text-white backdrop-blur duration-200',
145
'opacity-0 group-hover:opacity-100',
146
- filename && 'top-12',
+ filename && '!top-12',
147
)}
148
>
149
<i className="icon-[mingcute--copy-2-fill] h-4 w-4" />
0 commit comments