Fix for dropdown in manual search partially showing when not enough results returned.

This commit is contained in:
Louis Vézina 2020-09-29 13:11:36 -04:00
parent c68180ec09
commit b2f6eececf
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,