mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Fixed problem with fixed header
Former-commit-id: 9bf6d824b94f301a804511c106f6465ce9dff0fa
This commit is contained in:
parent
54f6f595dd
commit
8923c53ec4
@ -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