Fix toolbar positioning - move toolbar to top-34 to match content padding

This commit is contained in:
Torsten Schulz (local)
2025-10-22 12:43:19 +02:00
parent 761df54152
commit 05223fa624
10 changed files with 577 additions and 577 deletions

View File

@@ -13,7 +13,7 @@
</div>
<!-- Fixed Toolbar below header -->
<div class="fixed top-28 left-0 right-0 z-30 bg-white border-b border-gray-200 shadow-sm">
<div class="fixed top-34 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>