Skip to content

Commit

Permalink
Update tabs-list.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Aug 13, 2024
1 parent 6e4748d commit 4666113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/tabs/tabs-list.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
});
</script>

<svelte:window on:resize={handle_blur} on:scroll={handle_blur} />
<svelte:window on:resize={handle_blur} />

<!-- Make sure you have the `no-scrollbar` class in your tailwind.config file -->

Expand Down

0 comments on commit 4666113

Please sign in to comment.