From 48e0b55cd0480433404491079e913de286e5f7b8 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Thu, 28 Nov 2013 16:05:17 +0100 Subject: [PATCH] MT#5145 put tooltips on top --- share/static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/share/static/css/main.css b/share/static/css/main.css index 6ab1d95ed9..b61e453608 100644 --- a/share/static/css/main.css +++ b/share/static/css/main.css @@ -42,6 +42,7 @@ div.ngcp-modal .help-inline { .tooltip { /* make sure to put the tooltip over the modal */ z-index: 2000 !important; + position: fixed !important; } div.ui-datepicker {