jest test and css

This commit is contained in:
Beverly Nguyen
2025-06-23 17:52:54 -07:00
parent cdfbc79982
commit de67064c41
2 changed files with 87 additions and 0 deletions

View File

@@ -316,6 +316,13 @@ td.table-empty-message {
}
.js-stick-at-bottom-when-scrolling {
position: sticky;
bottom: 0;
background: white;
border-top: 1px solid color('gray-cool-10');
padding: units(2);
margin-top: units(2);
z-index: 10;
display: flex;
align-items: flex-end;
justify-content: space-between;