From 7272c9b5abd820ef9250b762dc1cad59767657a7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 2 Dec 2015 14:10:18 +0000 Subject: [PATCH] Bug 15194: Display dropdown action menu on top of the language bar If you have lot of reports, the dropdown menu will be hidden by the language bar for the row at the bottom of the page. I am not sure this is a correct patch, I don't think we should display something above the language bar. --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 0188019..d0b8287 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2814,3 +2814,7 @@ td p.error { td p.warn { color: orange; } + +#table_reports .dropdown-menu { + z-index: 1031; +} -- 2.1.0