refactoring

This commit is contained in:
2025-11-10 15:21:43 +01:00
parent fa9d50e6f4
commit 40819ebaa9

View File

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