mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed menu position. Ticket #3709.
(cherry picked from commit a42e3a310bd4bb899419301dc568c024d8e15670)
This commit is contained in:
parent
4f9ea2a456
commit
a291eaf143
@ -101,6 +101,13 @@ function close_submenus () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready( function() {
|
$(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) {
|
$("img.toggle").click (function (e) {
|
||||||
//In case the links gets activated, we don't want to follow link
|
//In case the links gets activated, we don't want to follow link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user