fix: make template picker full-screen with fixed positioning so buttons are visible

This commit is contained in:
Your Name
2026-02-18 15:05:02 +02:00
parent e3450ff92e
commit 92749bdb63

View File

@@ -391,7 +391,7 @@
</div> </div>
<!-- Template Picker View --> <!-- Template Picker View -->
<div v-else-if="view === 'template-picker'" class="-m-6 -mt-[calc(1.5rem+1.75rem+1.5rem)] h-screen flex flex-col"> <div v-else-if="view === 'template-picker'" class="fixed inset-0 z-40 bg-bg-base flex flex-col">
<!-- Top bar --> <!-- Top bar -->
<div class="flex items-center justify-between px-6 py-3 border-b border-border-subtle bg-bg-surface shrink-0"> <div class="flex items-center justify-between px-6 py-3 border-b border-border-subtle bg-bg-surface shrink-0">
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">