Skip to content

Commit 63b1c3e

Browse files
committed
1.1
1 parent 43ce683 commit 63b1c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function componentPlane(url,xhr_url='',method='POST',callback=null){
424424

425425
let modal_body = document.createElement('div');
426426
modal_body.className = "modal-body";
427-
modal_body.style = 'background-color:#f4f4f4;padding:0;overflow-y:auto;height:' + window.innerHeight * 0.8 + 'px';
427+
modal_body.style = 'background-color:#f4f4f4;padding:0;overflow-y:auto;max-height:' + window.innerHeight * 0.8 + 'px;min-height:'+ window.innerHeight * 0.4 + 'px;';
428428

429429
this._modalBodyNode = modal_body;
430430
this._loading();

0 commit comments

Comments
 (0)