mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
[SSE] Fix styles resize of filter window
This commit is contained in:
@ -533,6 +533,7 @@ define([
|
||||
|
||||
var $border = this.$window.find('.resize-border');
|
||||
this.$window.find('.resize-border.left, .resize-border.top').css({'cursor': 'default'});
|
||||
$border.css({'background': 'none', 'border': 'none'});
|
||||
$border.removeClass('left');
|
||||
$border.removeClass('top');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user