Bugzilla – Attachment 173801 Details for
Bug 38312
Patron form behind fixed header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38312: Do not hide patron search form behind the fixed header
Bug-38312-Do-not-hide-patron-search-form-behind-th.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2024-10-31 14:15:13 UTC
(
hide
)
Description:
Bug 38312: Do not hide patron search form behind the fixed header
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-31 14:15:13 UTC
Size:
1.18 KB
patch
obsolete
>From e25758886b46cb065de36e235c4b13ebe9c7b4d3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 31 Oct 2024 15:12:54 +0100 >Subject: [PATCH] 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 >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index ecd762633c7..d20a76d12da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -123,7 +123,7 @@ > border: 1px solid $background-color-primary; > border-top: 0 none; > box-shadow: 0 2px 2px 1px #00000030; >- z-index: 1; >+ z-index: 1000; > display: none; > > a { >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38312
:
173801
|
173807
|
173884