Skip to content

Commit

Permalink
fixed gesture tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Aug 11, 2024
1 parent 2f63ccc commit 46254f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/plan/PlanLessonDisplay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
});
</script>

<div class="flex flex-col gap-2 overflow-y-auto overflow-x-hidden">
<div class="flex touch-pan-y flex-col gap-2 overflow-y-auto overflow-x-hidden">
{#if lessons.length === 0}
<div class="text-disabled flex w-full justify-center gap-3">
<Icon icon={filter.active ? faWarning : faBan} scale={1.5} />
Expand Down

0 comments on commit 46254f5

Please sign in to comment.