fix: make template picker full-screen with fixed positioning so buttons are visible
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user