Fixed small bugs with resizable rendering

This commit is contained in:
paul
2025-03-11 06:41:52 +05:30
parent 769615c2cc
commit 80c384a57a
5 changed files with 19 additions and 46 deletions

View File

@@ -88,7 +88,7 @@ class MainWindow extends TkinterBase{
</div>
</div>
<div className="tw-p-2 tw-w-full tw-relative tw-h-full tw-overflow-hidden tw-content-start"
style={this.getInnerRenderStyling()}>
style={{...this.getInnerRenderStyling(), width: "100%", height: "calc(100% - 25px)"}}>
{this.props.children}
</div>
</div>