From 62c68e4bc6c8659025c6f97c5a275ebb398182f9 Mon Sep 17 00:00:00 2001 From: echo Date: Mon, 16 Feb 2026 19:47:24 +0100 Subject: [PATCH] scrollbar on every page --- .../src/components/features/live-blog/LiveBlogViewer.tsx | 2 +- frontend/src/routes.tsx | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/features/live-blog/LiveBlogViewer.tsx b/frontend/src/components/features/live-blog/LiveBlogViewer.tsx index 49cf066..c099305 100644 --- a/frontend/src/components/features/live-blog/LiveBlogViewer.tsx +++ b/frontend/src/components/features/live-blog/LiveBlogViewer.tsx @@ -214,7 +214,7 @@ export function LiveBlogViewer({ slug, className }: LiveBlogViewerProps) {
{updates.length === 0 && !updatesLoading ? ( diff --git a/frontend/src/routes.tsx b/frontend/src/routes.tsx index 9f5b0db..7555fc6 100644 --- a/frontend/src/routes.tsx +++ b/frontend/src/routes.tsx @@ -11,7 +11,6 @@ import { AuthPage } from './components/routes/AuthPage' import { SportComponent } from './components/routes/SportComponent' import { ArtComponent } from './components/routes/ArtComponent' import { ScienceComponent } from './components/routes/ScienceComponent' -import { LiveBlogTicker } from './components/features/live-blog/LiveBlogTicker' import { ProtectedRoute } from './components/auth/ProtectedRoute' import { Header } from './components/layout/Header' import { HeroArticle } from './components/home/HeroArticle' @@ -33,6 +32,7 @@ const rootRoute = createRootRoute({ component: () => (
+
@@ -85,10 +85,6 @@ const indexRoute = createRoute({ path: '/', component: () => (
- - - -