fix: hide form causing layout shift on scroll

This commit is contained in:
Arman
2022-09-09 11:29:50 +02:00
parent 84bf274114
commit 580c835b60
+3 -1
View File
@@ -47,4 +47,6 @@
<footer class="main-footer" />
</Shell>
<Create bind:show={$newOrgModal} closable={!!$organizationList?.total} />
{#if $newOrgModal}
<Create bind:show={$newOrgModal} closable={!!$organizationList?.total} />
{/if}