Merge pull request #35723 from iamejaaz/35711-list-multiple-scroll

fix: listview multiple scroll
This commit is contained in:
Ejaaz Khan 2026-01-07 12:43:37 +05:30 committed by GitHub
commit 44697991ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@
}
.dt-scrollable {
height: calc(100vh - 290px);
height: calc(100vh - 240px);
scrollbar-width: thin;
border-top: 0 !important;
}

View file

@ -578,7 +578,7 @@ input.list-header-checkbox {
.result-container {
overflow-x: auto;
.result {
overflow-y: auto;
overflow-y: hidden;
}
}
}