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