refactoring

This commit is contained in:
2025-11-10 15:13:04 +01:00
parent 4813a6a47f
commit fa9d50e6f4
2 changed files with 12 additions and 1 deletions

View File

@@ -116,6 +116,11 @@ pre {
button {
width: 100%;
}
.dashboard-summary-card {
position: static;
top: auto;
}
}
@keyframes dashboard-row-glow {
@@ -136,3 +141,9 @@ pre {
.dashboard-row-highlight {
animation: dashboard-row-glow 2.5s ease forwards;
}
.dashboard-summary-card {
position: sticky;
top: 1rem;
z-index: 10;
}