Merge pull request #35723 from iamejaaz/35711-list-multiple-scroll
fix: listview multiple scroll
This commit is contained in:
commit
44697991ea
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
|||
}
|
||||
|
||||
.dt-scrollable {
|
||||
height: calc(100vh - 290px);
|
||||
height: calc(100vh - 240px);
|
||||
scrollbar-width: thin;
|
||||
border-top: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@ input.list-header-checkbox {
|
|||
.result-container {
|
||||
overflow-x: auto;
|
||||
.result {
|
||||
overflow-y: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue