mirror of https://github.com/VERT-sh/VERT.git
fix: allow settingsmodal scroll
This commit is contained in:
parent
c9192faedb
commit
1761227d42
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue