An image better than a painful explanation: https://snipboard.io/oF2gBA.jpg
Created attachment 173801 [details] [review] Bug 38312: Do not hide patron search form behind the fixed header On the patron search form (/members/members-home.pl) if you open the patron search form *from the header search*, part of the form will be hidden behind the fixed header (the one with the select/clear, actions) Before: https://snipboard.io/oF2gBA.jpg After : https://snipboard.io/QqMiRH.jpg Using z-index: 1000 as the header as 999
Created attachment 173807 [details] [review] Bug 38312: Do not hide patron search form behind the fixed header On the patron search form (/members/members-home.pl) if you open the patron search form *from the header search*, part of the form will be hidden behind the fixed header (the one with the select/clear, actions) Before: https://snipboard.io/oF2gBA.jpg After : https://snipboard.io/QqMiRH.jpg Using z-index: 1000 as the header as 999 Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Also fixes the same dropdown in Authorities, yay CSS.
> Using z-index: 1000 as the header as 999 *has 999*!
Maybe it's due to Bug 36694. An RMaint considering to backport would need to be sure to check for the bug existence in stable.
Yeah, it's present in a52a580810 (the last of the bug 36694 patches), and not present in a0cfdccebe (the parent of the bug 36694 patches).
Created attachment 173884 [details] [review] Bug 38312: Do not hide patron search form behind the fixed header On the patron search form (/members/members-home.pl) if you open the patron search form *from the header search*, part of the form will be hidden behind the fixed header (the one with the select/clear, actions) Before: https://snipboard.io/oF2gBA.jpg After : https://snipboard.io/QqMiRH.jpg Using z-index: 1000 as the header as 999 Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Pushed for 24.11! Well done everyone, thank you!