Skip to content

Commit 5aa9d7c

Browse files
updates
1 parent 569e97b commit 5aa9d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdoc/tags/Tabs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
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"
4848
>
4949
<div
50-
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbard-width:none]"
50+
class="flex items-center gap-4 overflow-scroll [-ms-overflow-style:none] [scrollbar-width:none]"
5151
>
5252
<div class="hidden items-center gap-4 sm:flex" {...tabs.triggerList}>
5353
{#each $ctx.triggers.slice(0, 7) as { title, id }}

0 commit comments

Comments
 (0)