JS cleanrup

Table styles and updates
Removing chart.js
This commit is contained in:
Jonathan Bobel
2024-07-11 12:59:14 -04:00
parent 74f4d730a8
commit d301502957
6 changed files with 253 additions and 255 deletions

View File

@@ -276,6 +276,12 @@ td.table-empty-message {
display: block;
}
.usa-table {
th {
border-bottom: 0 !important;
}
}
.js-stick-at-bottom-when-scrolling {
display: flex;
align-items: flex-end;
@@ -376,7 +382,7 @@ td.table-empty-message {
}
}
.table-wrapper {
overflow-x: scroll;
overflow-x: auto;
}
}