mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 💄 Fix code block borders being hidden on mobile
This commit is contained in:
parent
e5b2da53b4
commit
d8eb4e96e4
|
|
@ -328,7 +328,7 @@ export function CodeGroup({
|
|||
const hasTabs = Children.count(children) > 1;
|
||||
|
||||
const containerClassName =
|
||||
"my-6 overflow-hidden rounded-md bg-zinc-900 shadow-md dark:ring-1 dark:ring-white/10";
|
||||
"my-6 overflow-hidden rounded-md bg-zinc-900 shadow-md dark:ring-1 ring-inset dark:ring-white/10";
|
||||
const header = (
|
||||
<CodeGroupHeader
|
||||
title={title}
|
||||
|
|
|
|||
Loading…
Reference in a new issue