https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32768 Bug ID: 32768 Summary: Autocomplete suggestions container should always be on top of other UI elements Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: pedro.amorim@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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; } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.