Bugzilla – Attachment 147235 Details for
Bug 32768
Autocomplete suggestions container should always be on top of other UI elements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32768: Autocomplete suggestions container should always be on top of other UI elements
Bug-32768-Autocomplete-suggestions-container-shoul.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2023-02-23 14:31:38 UTC
(
hide
)
Description:
Bug 32768: Autocomplete suggestions container should always be on top of other UI elements
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-23 14:31:38 UTC
Size:
1.56 KB
patch
obsolete
>From 6853aedea78a8255b948abeb8b254222b503fe8b Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 31 Jan 2023 12:38:45 +0000 >Subject: [PATCH] Bug 32768: Autocomplete suggestions container should always > be on top of other UI elements > >This patch moves the z-index setting of .ui-autocomplete from >addbiblio.css to staff-global.scss for wider use > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 4 ---- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + > 2 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index 6932c84f68f..c2b4aef1efe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -473,10 +473,6 @@ tbody tr.active td { > } > } > >-.ui-autocomplete { >- z-index: 2000; >-} >- > #authoritiestabs .marc_field { > border-radius: 3px; > display: inline-block; >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 154997a4a4a..1a5635907bc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2629,6 +2629,7 @@ td.bundle { > box-shadow: 2px 2px 2px rgba(0, 0, 0, .3); > cursor: default; > position: absolute; >+ z-index: 2000; > > &.ui-menu { > li { >-- >2.25.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 32768
:
145848
|
145849
|
145882
| 147235