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) {
|
||||
$('div#head').addClass('fixed_header');
|
||||
$('div#page')
|
||||
.css('padding-top', $('div#head').innerHeight() + 'px')
|
||||
.css('position', 'relative');
|
||||
$('div#main').css('padding-top', $('div#head').innerHeight() + 'px');
|
||||
}
|
||||
|
||||
check_new_chats_icon('icon_new_messages_chat');
|
||||
|
|
Loading…
Reference in New Issue