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:
Alejandro Fraguas 2019-04-04 10:19:04 +02:00
commit ac0ad88e8d
1 changed files with 1 additions and 3 deletions

View File

@ -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');