From 36f50c3392e6af8f6175a8513d3f85413bac9fc6 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 27 Jan 2015 09:42:05 +0530 Subject: [PATCH] #4735 Floating menu bar appears on top of jQuery dialogs Signed-off-by: Madhura Jayaratne --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index a2dde56406..df9697df7d 100644 --- a/js/functions.js +++ b/js/functions.js @@ -4136,7 +4136,7 @@ $(function () { 'position': 'fixed', 'top': 0, 'width': '100%', - 'z-index': 500 + 'z-index': 99 }) .append($('#serverinfo')) .append($('#topmenucontainer'));