From 21c72679950faa0500db9f277e89d50b0cd6fc36 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 4 Nov 2016 08:00:26 +0000 Subject: [PATCH] Bug 17545: Raise z-index for dropdown menus Test plan: 0) Have any additional language instaled 1) Find any page which has some dropdown menu on bottom of content (for example cataloguing search - as it is described in bug report) -> without patch is dropdown menu partially hidden under language chooser bottom bar -> with patch is whole dropdown-menu visible (you may need to scroll down) 2) Try it in diferent browser --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index ba6c8fb..a6db23c 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2338,6 +2338,7 @@ a.btn:visited{ } .dropdown-menu li { list-style: none outside none; + z-index: 1100; } a.dropdown-toggle { white-space: nowrap; -- 2.1.4