Skip to content

Commit e36a03d

Browse files
feat: fix layout for very large file uplodas (#397)
1 parent ebee20c commit e36a03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)/(upload)

src/frontend/src/routes/(needs_onboarding)/(navbar_and_footer)/(upload)/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
</Tooltip.Provider>
686686
</div>
687687
<ScrollArea
688-
class="mb-4 h-72 w-full rounded-lg border border-border bg-card lg:h-auto lg:flex-1"
688+
class="mb-4 h-60 max-h-[45vh] w-full rounded-lg border border-border bg-card lg:max-h-[50vh] lg:flex-1"
689689
>
690690
<div class="p-4">
691691
{#each files as file}

0 commit comments

Comments
 (0)