Skip to content

Commit

Permalink
Merge branch 'release/v8.3.0' into feature/force-desktop-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 16, 2024
2 parents 6b1828e + 95274ff commit 86e1fa4
Show file tree
Hide file tree
Showing 3 changed files with 4,671 additions and 869 deletions.
1 change: 1 addition & 0 deletions apps/common/main/lib/view/PluginDlg.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ define([], function () {
this._headerFooterHeight += ((parseInt(this.$window.css('border-top-width')) + parseInt(this.$window.css('border-bottom-width'))));

if (Common.Utils.innerHeight()-this.bordersOffset*2 < this.options.contentHeight + this._headerFooterHeight) {
this._restoreHeight = this.options.contentHeight + this._headerFooterHeight;
this.options.contentHeight = Common.Utils.innerHeight()-this.bordersOffset*2 - this._headerFooterHeight;
this.boxEl.css('height', this.options.contentHeight);
}
Expand Down
Loading

0 comments on commit 86e1fa4

Please sign in to comment.