Summary: | Patron form behind fixed header | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Staff interface | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to main --- | QA Contact: | Lucas Gass (lukeg) <lucas> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, lucas, phil, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00
|
|
Circulation function: | |||
Bug Depends on: | 36694 | ||
Bug Blocks: | |||
Attachments: |
Bug 38312: Do not hide patron search form behind the fixed header
Bug 38312: Do not hide patron search form behind the fixed header Bug 38312: Do not hide patron search form behind the fixed header |
Description
Jonathan Druart
2024-10-31 14:12:43 UTC
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! |