Fixed jquery in pandora_console/general/main_menu.php

This commit is contained in:
manuel.montes 2018-06-05 16:23:30 +02:00
parent 23142509a0
commit 4281824555
1 changed files with 11 additions and 0 deletions

View File

@ -119,6 +119,17 @@ $(document).ready( function() {
$('div#menu')
.css('position', 'fixed')
.css('z-index', '9000')
.css('top','80px')
}else{
$('div#menu')
.css('z-index', '9000')
}
if (fixed_header) {
$('div#menu')
.css('position', 'fixed')
.css('z-index', '9000')
.css('top','80px')
$('#menu_tab_frame_view').css('margin-top','20px')
}
//Daniel maya 02/06/2016 Fixed menu position--END
/*