From a42e3a310bd4bb899419301dc568c024d8e15670 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 2 Jun 2016 15:09:06 +0200 Subject: [PATCH] Fixed menu position. Ticket #3709. --- pandora_console/general/main_menu.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index ad53a5bcbf..8ef4fa2ec2 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -102,6 +102,13 @@ function close_submenus () { } $(document).ready( function() { + //Daniel maya 02/06/2016 Fixed menu position--INI + if (fixed_menu) { + $('div#menu') + .css('position', 'fixed') + .css('z-index', '9000') + } + //Daniel maya 02/06/2016 Fixed menu position--END /* $("img.toggle").click (function (e) { //In case the links gets activated, we don't want to follow link