From c43c443559263aec6e82fcc7e7eb4b977e702155 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 20:50:27 +0000 Subject: [PATCH] Remove transparent header and fix page scrolling issues Replaces the transparent, scroll-attached header component with a fixed header with a background, improving UI consistency and addressing user-reported scrolling behavior. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/lK7HRF1 --- client/src/pages/FolxStadlPage.tsx | 70 ++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 5b62bd4..4fd4ad9 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -55,14 +55,68 @@ export default function FolxStadlPage() { return (
- { - setSearchQuery(query); - if (query) window.location.href = `/?search=${encodeURIComponent(query)}`; - }} - onViewChange={setViewMode} - currentView={viewMode} - /> + {/* Header */} +
+
+
+ {/* Left side - Logo */} +
+ +
+
+
+

go4.video

+ +
+ + {/* Right side - Navigation */} +
+ {/* Desktop navigation */} +
+ +
+ + {/* Mobile menu button */} +
+ +
+
+
+ + {/* Mobile menu dropdown */} + {isMobileMenuOpen && ( +
+ +
+ )} +
+
{/* Main Content */}