Resolve issue where unable to scroll further after updating record RPS-65.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user