From 063c275181e31e177b3cbf02a06e39cb48a88ee8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 6 Jun 2023 15:36:52 +0200 Subject: [PATCH] Bug 30708: Prevent dropdown list to be hidden behind the modal Content-Type: text/plain; charset=utf-8 Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: BULAC - http://www.bulac.fr/ Signed-off-by: Heather Hernandez Signed-off-by: Laurence Rault Signed-off-by: Marcel de Rooy --- .../prog/js/vue/components/Preservation/TrainsShow.vue | 1 + 1 file changed, 1 insertion(+) 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 c9bc2d009c..db85779050 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 @@ -545,6 +545,7 @@ export default { .modal { position: fixed; z-index: 9998; + overflow-y: inherit !important; top: 0; left: 0; width: 35%; -- 2.30.2