Merge branch '2196-Menús-fijados-+-Classic-menu-hace-cosas-raras' into 'develop'
Fixed jquery in pandora_console/general/main_menu.php See merge request artica/pandorafms!1518
This commit is contained in:
commit
eac44e861e
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue