From 25da16f854c42eff3f2fa4899ec988d5e42822c5 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:06:30 +0700 Subject: [PATCH] Make search bar sticky third navigation bar - Add sticky positioning with proper styling (bg, border-b) - Use negative margins to span full width like nav bars - Update map offset to account for 3 bars (11rem with search bar) --- app/components/page/CatalogPage.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/page/CatalogPage.vue b/app/components/page/CatalogPage.vue index e2d6da6..49ed612 100644 --- a/app/components/page/CatalogPage.vue +++ b/app/components/page/CatalogPage.vue @@ -12,8 +12,8 @@