Fix tagging, relay search

This commit is contained in:
Jon Staab
2024-10-14 12:55:08 -07:00
parent 5621ffd1eb
commit 5e221d803e
5 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
export let props = {}
</script>
<div class="bg-alt modal-box overflow-visible" transition:fly={{duration: 100}}>
<div class="bg-alt modal-box overflow-y-auto overflow-visible" transition:fly={{duration: 100}}>
<svelte:component this={component} {...props} />
</div>