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; -}