Fixed drag-and-drop overlay blocks scrolling

This commit is contained in:
Alex Tran
2023-01-03 11:46:53 -06:00
parent 9e6d6b2532
commit d327ec6ba4
2 changed files with 13 additions and 11 deletions

View File

@@ -77,7 +77,7 @@
};
</script>
<main on:dragenter={() => (showUploadCover = true)} class="fixed inset-0 w-full h-full">
<main on:dragenter={() => (showUploadCover = true)}>
{#if canShow}
<div in:fade={{ duration: 100 }}>
{#if showNavigationLoadingBar}