fix(ListView): fix double scroll on list view
This commit is contained in:
parent
64ab641340
commit
afe3e65124
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ input.list-header-checkbox {
|
|||
.result-container {
|
||||
overflow-x: auto;
|
||||
.result {
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue