Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeJee committed Dec 23, 2024
1 parent 8280cab commit 59a0578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/docs/InteractiveDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function InteractiveDocs(
const isHybridSelected = createMemo(() => !Array.isArray(selectedLanguage()));
return (
<div class="grid grid-cols-[1fr_1.2fr] grid-rows-[auto_1fr] flex-1 gap-y-2">
<div class="z-sticky-layout sticky top-55px col-span-2 min-h-12 flex flex-wrap items-center gap-3 from-white bg-gradient-to-r px-6 md:top-26">
<div class="sticky z-sticky-layout top-55px col-span-2 min-h-12 flex flex-wrap items-center gap-3 from-white bg-gradient-to-r px-6 md:top-26">

Check failure on line 24 in src/layouts/docs/InteractiveDocs.tsx

View workflow job for this annotation

GitHub Actions / Lint code and MDX files

UnoCSS utilities are not ordered
<section class="flex flex-row items-center">
<div class="rounded-md text-xs text-slate-5 font-medium">
결제대행사
Expand Down

0 comments on commit 59a0578

Please sign in to comment.