Resolve issue where unable to scroll further after updating record RPS-65.

This commit is contained in:
Patrick Fic
2020-11-27 15:20:12 -08:00
parent 9d2a8284f7
commit f240dc6ccb
5 changed files with 55 additions and 74 deletions

View File

@@ -66,12 +66,17 @@ body {
// }
.jobs-list-container {
height: 100%;
display: flex;
flex-direction: column;
// padding-bottom: 10px;
}
.jobs-list-infinite-container {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
flex: 1;
padding-bottom: 30px;
}
//Required for the tab with infinite loading