Add minimum height to content to fix space below the footer (#3279)

This commit is contained in:
Prospector 2025-02-20 14:38:28 -08:00 committed by GitHub
parent c4f582e35b
commit f75d824c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -473,7 +473,7 @@
</button>
</div>
</header>
<main>
<main class="min-h-[calc(100vh-4.5rem-310.59px)]">
<ModalCreation v-if="auth.user" ref="modal_creation" />
<CollectionCreateModal ref="modal_collection_creation" />
<OrganizationCreateModal ref="modal_organization_creation" />