Bugzilla – Attachment 171704 Details for
Bug 37812
Adjust Vue modals for Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37812: Prevent "underflow" when using comboboxes in bootstrap modals
Bug-37812-Prevent-underflow-when-using-comboboxes-.patch (text/plain), 2.04 KB, created by
Martin Renvoize (ashimema)
on 2024-09-19 06:40:33 UTC
(
hide
)
Description:
Bug 37812: Prevent "underflow" when using comboboxes in bootstrap modals
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-09-19 06:40:33 UTC
Size:
2.04 KB
patch
obsolete
>From c9cc663eb3ec28321e3bc501883eb9f97d813e43 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Tue, 17 Sep 2024 10:58:09 +0000 >Subject: [PATCH] Bug 37812: Prevent "underflow" when using comboboxes in > bootstrap modals > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/js/vue/components/Preservation/TrainsShow.vue | 2 +- > .../prog/js/vue/components/Preservation/WaitingList.vue | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >index 8f73b54c162..d54057263db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsShow.vue >@@ -20,7 +20,7 @@ > aria-label="Close" > ></button> > </div> >- <div class="modal-body"> >+ <div class="modal-body position-relative overflow-visible"> > <fieldset> > <ol> > <li class="form-group form-row"> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >index 94563a7b62c..7a0196acd3d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/WaitingList.vue >@@ -78,7 +78,7 @@ > aria-label="Close" > ></button> > </div> >- <div class="modal-body"> >+ <div class="modal-body position-relative overflow-visible"> > <fieldset> > <ol> > <li class="form-group form-row"> >-- >2.46.0
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 37812
:
170956
|
171252
|
171253
|
171604
|
171605
|
171625
|
171641
|
171651
|
171690
|
171691
|
171692
|
171693
|
171694
|
171695
|
171696
|
171697
|
171702
|
171703
| 171704 |
171705
|
171706
|
171707
|
171708
|
171758
|
171780
|
171781
|
171786