fix: allow settingsmodal scroll

This commit is contained in:
Maya 2026-02-19 18:13:06 +03:00
parent c9192faedb
commit 1761227d42
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
]}
onclose={() => onclose?.()}
>
<div class="flex flex-col gap-8">
<div class="flex flex-col gap-8 max-h-[calc(100vh-225px)] overflow-y-auto">
{#if file}
<!-- FIXME: modal loads before settings is finished for some reason -->
{#await file.getAvailableSettings(file) then availableSettings}