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 f46424141d
commit 6e00b8b8a3

View File

@@ -391,7 +391,7 @@
</div>
<!-- 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 -->
<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">