Skip to content

Commit 591be5c

Browse files
author
hikki
committed
1.5
1 parent 05e430d commit 591be5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class ComponentPlane {
391391
<div class="modal-dialog modal-lg" style="width: ${window.innerWidth*this.OPTIONS.W}px;">
392392
<div class="modal-content">
393393
<div class="modal-header" style="background-color: rgb(255, 255, 255); padding: 3px; display: flex; justify-content: flex-end;"></div>
394-
<div class="modal-body" style="background-color: rgb(244, 244, 244); padding: 0px; overflow-y: auto; max-height:${window.innerHeight * this.OPTIONS.H}px; min-height: ${window.innerHeight * this.OPTIONS.H / 2}px;"></div>
394+
<div class="modal-body" style="background-color: rgb(244, 244, 244); padding: 0px; overflow-y: auto; max-height:${window.innerHeight * this.OPTIONS.H} px; min-height: ${window.innerHeight * this.OPTIONS.H / 2} px;"></div>
395395
</div></div></div>`;
396396
document.body.insertAdjacentHTML('beforeEnd', html);
397397
/*X*/

0 commit comments

Comments
 (0)