mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Fixed drag-and-drop overlay blocks scrolling
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user