Skip to content

Commit

Permalink
scroll on filter modal when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jan 16, 2025
1 parent 75ff5f2 commit a4d1c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/(library)/LibraryFilterModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</script>

{#if $modalStore[0]}
<div class="card w-modal rounded-lg p-0 shadow-xl">
<div class="card w-modal max-h-svh overflow-auto rounded-lg p-0 shadow-xl">
<TabGroup
justify="justify-center"
flex="flex"
Expand Down

0 comments on commit a4d1c1f

Please sign in to comment.