some cleanup

This commit is contained in:
Baris Soner Usakli
2014-01-24 20:50:55 -05:00
parent 606367701f
commit 5f0c6e508d
2 changed files with 48 additions and 62 deletions

View File

@@ -352,7 +352,7 @@ define(['taskbar'], function(taskbar) {
}
postContainer.css('visibility', 'visible')
.css('z-index', 1);
.css('z-index', 2);
$('body').css({'margin-bottom': postContainer.css('height')});