diff options
Diffstat (limited to 'src/App.svelte')
| -rw-r--r-- | src/App.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.svelte b/src/App.svelte index ea161bf..b9050dc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -37,7 +37,7 @@ <div class="flex h-screen bg-base-200"> <!-- Left: Image preview --> - <div class="flex-1 min-w-0 h-full"> + <div class="flex-1 min-w-0 h-full overflow-hidden"> {#if loading} <div class="flex items-center justify-center h-full"> <span class="loading loading-spinner loading-lg"></span> |
