mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-3829-7866-no-se-ve-cabecera-si-tenemos-habilitado-token-"Fixed-header"' into 'develop'
Fixed problem with fixed header See merge request artica/pandorafms!2331 Former-commit-id: 1cdcf881352c404b25cfcbc8c6b63a2c67dd05e5
This commit is contained in:
commit
ac0ad88e8d
@ -591,9 +591,7 @@ if ($config['menu_type'] == 'classic') {
|
|||||||
|
|
||||||
if (fixed_header) {
|
if (fixed_header) {
|
||||||
$('div#head').addClass('fixed_header');
|
$('div#head').addClass('fixed_header');
|
||||||
$('div#page')
|
$('div#main').css('padding-top', $('div#head').innerHeight() + 'px');
|
||||||
.css('padding-top', $('div#head').innerHeight() + 'px')
|
|
||||||
.css('position', 'relative');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check_new_chats_icon('icon_new_messages_chat');
|
check_new_chats_icon('icon_new_messages_chat');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user