From 468b7b785c124f4a6daa62c07d7f59a97087399b Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:21:20 +0100 Subject: [PATCH] fix(zitare): resolve layout overlap with fixed navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace dynamic Tailwind classes with explicit scoped CSS to fix content overlapping with the fixed PillNavigation component. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../zitare/apps/web/src/routes/+layout.svelte | 56 ++++++++++++++++--- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/apps/zitare/apps/web/src/routes/+layout.svelte b/apps/zitare/apps/web/src/routes/+layout.svelte index 96e12729d..1707d057b 100644 --- a/apps/zitare/apps/web/src/routes/+layout.svelte +++ b/apps/zitare/apps/web/src/routes/+layout.svelte @@ -119,7 +119,7 @@ {:else} -
+
-
+
{@render children()}
{/if} + +