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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/