From 40819ebaa9f627f2ea7d6b9dddb9441352549489 Mon Sep 17 00:00:00 2001 From: Meik Date: Mon, 10 Nov 2025 15:21:43 +0100 Subject: [PATCH] refactoring --- src/App.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.css b/src/App.css index a92d441..08c5d97 100644 --- a/src/App.css +++ b/src/App.css @@ -99,6 +99,12 @@ pre { } /* Responsive Design */ +.dashboard-summary-card { + position: sticky; + top: 1rem; + z-index: 10; +} + @media (max-width: 768px) { table { font-size: 14px; @@ -141,9 +147,3 @@ pre { .dashboard-row-highlight { animation: dashboard-row-glow 2.5s ease forwards; } - -.dashboard-summary-card { - position: sticky; - top: 1rem; - z-index: 10; -}