mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 11:22:38 +00:00
Fix for dropdown in manual search partially showing when not enough results returned.
This commit is contained in:
parent
c68180ec09
commit
b2f6eececf
2 changed files with 2 additions and 2 deletions
|
@ -760,7 +760,7 @@
|
|||
pageLength: {{ settings.general.page_size_manual_search }},
|
||||
lengthMenu: [ 5, 10, 15, 20, 25 ],
|
||||
searching: true,
|
||||
scrollX: true,
|
||||
//scrollX: true, // causing dropdown to not show in short list
|
||||
ordering: false,
|
||||
processing: true,
|
||||
serverSide: false,
|
||||
|
|
|
@ -599,7 +599,7 @@
|
|||
pageLength: {{ settings.general.page_size_manual_search }},
|
||||
lengthMenu: [ 5, 10, 15, 20, 25 ],
|
||||
searching: true,
|
||||
scrollX: true,
|
||||
//scrollX: true, // causing dropdown to not show in short list
|
||||
ordering: false,
|
||||
processing: true,
|
||||
serverSide: false,
|
||||
|
|
Loading…
Reference in a new issue