Fix toolbar positioning - use valid Tailwind class top-32 instead of undefined top-34

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:48:33 +02:00
parent 040462ae5b
commit c3174c4400
10 changed files with 144 additions and 144 deletions

View File

@@ -13,7 +13,7 @@
</div>
<!-- Fixed Toolbar below header -->
<div class="fixed top-34 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="fixed top-32 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-wrap items-center gap-2 py-2">
<button class="px-3 py-1 rounded border hover:bg-gray-50" @click="format('bold')"><strong>B</strong></button>

View File

@@ -13,7 +13,7 @@
</div>
<!-- Fixed Toolbar below header -->
<div class="fixed top-34 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="fixed top-32 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-wrap items-center gap-2 py-2">
<button class="px-3 py-1 rounded border hover:bg-gray-50" @click="format('bold')"><strong>B</strong></button>

View File

@@ -13,7 +13,7 @@
</div>
<!-- Fixed Toolbar below header -->
<div class="fixed top-34 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="fixed top-32 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-wrap items-center gap-2 py-2">
<button class="px-3 py-1 rounded border hover:bg-gray-50" @click="format('bold')"><strong>B</strong></button>