Bugzilla – Attachment 173080 Details for
Bug 38066
Pop-up window footers can block page content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38066: Popup window footers can block page content
Bug-38066-Popup-window-footers-can-block-page-cont.patch (text/plain), 2.06 KB, created by
David Nind
on 2024-10-21 19:47:27 UTC
(
hide
)
Description:
Bug 38066: Popup window footers can block page content
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-10-21 19:47:27 UTC
Size:
2.06 KB
patch
obsolete
>From fa9893ebbd67f2c9ac3bb9923092a93394a9c78e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 21 Oct 2024 18:19:07 +0000 >Subject: [PATCH] Bug 38066: Popup window footers can block page content > >The staff interface's default <body> padding is enough to accommmodate >the langugage-selection footer but not the taller fixed footer on pop-up >window pages. This patch adds some CSS to increase the padding on those >pages to prevent page content from being obscured by the footer >navigation. > >The patch also adjusts the CSS of the "Back to top" arrow so that it >isn't hidden by fixed footer. > >To test, apply the patch and rebuild the staff interface CSS. > >- In the staff client, go to Cataloging -> New record. >- In tab one, click the plugin button on tag 100 subfield a. >- Perform an authority search which will return results. >- Scroll down to the bottom of the window and confirm that the last > lines of the search results are not obscured by the footer. > >This change should apply to all pop-up windows which include the same >fixed footer markup, e.g. any cataloging plugin; the transfer order >window; vendor search when adding a subscription, etc. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 1fb16ad1d2..4f953b850c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -736,6 +736,10 @@ body { > padding: 0; > text-align: left; > >+ &:has( nav.fixed-bottom ) { >+ padding-bottom: 6rem; >+ } >+ > &.nobackdrop { > .modal-backdrop { > opacity: 0; >@@ -4824,7 +4828,7 @@ div .suggestion_note { > position: fixed; > bottom: 40px; > right: 40px; >- z-index: 1000; >+ z-index: $zindex-tooltip; > } > > @media only screen and ( max-width: 1200px ) { >-- >2.39.5
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 38066
:
173079
|
173080
|
173504