From bfa6b2342163fba29db0439a9a0b138aa105c2a5 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 21:20:35 +0000 Subject: [PATCH] Fix header to be static on all pages Removes the `position: 'static'` style from container divs on FolxStadlPage, VideoPage, Home, and NotFound pages to ensure the header remains static. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 051a65da-1176-4478-a61c-c662f2a15536 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/051a65da-1176-4478-a61c-c662f2a15536/rbkPQlw --- client/src/pages/FolxStadlPage.tsx | 2 +- client/src/pages/VideoPage.tsx | 2 +- client/src/pages/home.tsx | 2 +- client/src/pages/not-found.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 4366ac7..214fd63 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -55,7 +55,7 @@ export default function FolxStadlPage() { } return ( -