nodebb-plugin-composer-default 10.0.33 → 10.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-composer-default",
3
- "version": "10.0.33",
3
+ "version": "10.0.34",
4
4
  "description": "Default composer for NodeBB",
5
5
  "main": "library.js",
6
6
  "repository": {
@@ -13,7 +13,6 @@ define('composer/resize', ['taskbar'], function (taskbar) {
13
13
  var $headerMenu = $('[component="navbar"]');
14
14
  const content = document.getElementById('content');
15
15
 
16
- var body = document.body;
17
16
  var header = $headerMenu[0];
18
17
 
19
18
  function getSavedRatio() {
@@ -799,7 +799,7 @@ define('composer', [
799
799
  }
800
800
 
801
801
  function onHide() {
802
- $('body').css({ paddingBottom: 0 });
802
+ $('#content').css({ paddingBottom: 0 });
803
803
  $('html').removeClass('composing');
804
804
  app.toggleNavbar(true);
805
805
  }