We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569e97b commit 5aa9d7cCopy full SHA for 5aa9d7c
src/markdoc/tags/Tabs.svelte
@@ -47,7 +47,7 @@
47
class="dark:bg-greyscale-850/90 mt-4 mb-8 flex flex-col gap-1 rounded-2xl border border-black/8 bg-white/90 px-6 pt-4 pb-6 outline-0 dark:border-white/10"
48
>
49
<div
50
- class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbard-width:none]"
+ class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbar-width:none]"
51
52
<div class="hidden items-center gap-4 sm:flex" {...tabs.triggerList}>
53
{#each $ctx.triggers.slice(0, 7) as { title, id }}
0 commit comments