mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 19:26:56 +08:00
Fix Bug 70249
This commit is contained in:
@ -951,7 +951,7 @@ define([
|
||||
arrowView.toggleClass('top', isMoveDown);
|
||||
arrowView.toggleClass('bottom', !isMoveDown);
|
||||
arrowView.removeClass('left right');
|
||||
} else if (sdkBoundsHeight <= outerHeight) {
|
||||
} else if (Math.ceil(sdkBoundsHeight) <= Math.ceil(outerHeight)) {
|
||||
this.$window.css({
|
||||
maxHeight: sdkBoundsHeight - sdkPanelHeight + 'px',
|
||||
top: sdkBoundsTop + sdkPanelHeight + 'px'
|
||||
|
||||
Reference in New Issue
Block a user