mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
fix: 💄 Fix code block borders being hidden on mobile
This commit is contained in:
parent
e5b2da53b4
commit
d8eb4e96e4
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ export function CodeGroup({
|
||||||
const hasTabs = Children.count(children) > 1;
|
const hasTabs = Children.count(children) > 1;
|
||||||
|
|
||||||
const containerClassName =
|
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 = (
|
const header = (
|
||||||
<CodeGroupHeader
|
<CodeGroupHeader
|
||||||
title={title}
|
title={title}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue