Skip to content

Commit

Permalink
fix badge blocking reminders/notifs button click
Browse files Browse the repository at this point in the history
  • Loading branch information
fnschmidt committed Oct 19, 2024
1 parent c3fff52 commit 79f1a2a
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 80 deletions.
158 changes: 79 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@

<div class="relative inline-block">
{#if presentReminderCategories != 0}
<span class="size-6 badge-icon variant-filled-secondary absolute -top-1 -right-1 z-10"
<span
class="size-6 badge-icon variant-filled-secondary absolute -top-1 -right-1 z-10 pointer-events-none"
>{presentReminderCategories}</span
>
{/if}
Expand Down

0 comments on commit 79f1a2a

Please sign in to comment.