Bug 30719 introduces a modal with a patron autocomplete input in it. Because the .modal uses a z-index: 1050 and the autocomplete container with .ui-autocomplete .ui-front CSS classes is picking up z-index: 100 from .ui-front, the autocomplete suggestions appear behind the modal dialog and can't be interacted with. This CSS entry from addbiblio.css should be moved into global-staff.scss for wider use: .ui-autocomplete { z-index: 2000; }
Created attachment 145848 [details] [review] Bug 32768: Autocomplete suggestions container should always be on top of other UI elements This patch moves the z-index setting of .ui-autocomplete from addbiblio.css to staff-global.scss for wider use
Created attachment 145849 [details] [review] Bug 32768: Autocomplete suggestions container should always be on top of other UI elements This patch moves the z-index setting of .ui-autocomplete from addbiblio.css to staff-global.scss for wider use Sponsored-by: PTFS Europe
Created attachment 145882 [details] [review] Bug 32768: Autocomplete suggestions container should always be on top of other UI elements This patch moves the z-index setting of .ui-autocomplete from addbiblio.css to staff-global.scss for wider use Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 147235 [details] [review] Bug 32768: Autocomplete suggestions container should always be on top of other UI elements This patch moves the z-index setting of .ui-autocomplete from addbiblio.css to staff-global.scss for wider use Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work everyone! Pushed to stable for 22.11.x