refactoring
This commit is contained in:
11
src/App.css
11
src/App.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user