mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-10 15:13:40 +02:00
footer no longer overlaps composer; fixes 272
This commit is contained in:
@@ -13,7 +13,7 @@ define(function() {
|
||||
taskbar.taskbar.id = 'taskbar';
|
||||
|
||||
taskbar.tasklist = taskbar.taskbar.querySelector('ul');
|
||||
document.body.insertBefore(taskbar.taskbar, footerEl);
|
||||
document.body.insertBefore(taskbar.taskbar, footerEl.nextSibling);
|
||||
|
||||
// Posts bar events
|
||||
jTaskbar.on('click', 'li', function() {
|
||||
|
||||
Reference in New Issue
Block a user