[CYS] Fix frame overlap sidebar (#41237)

* Fix frame overlap the sidebar

* Add changelog

* Update
This commit is contained in:
Chi-Hsuan Huang 2023-11-07 10:15:24 +08:00 committed by GitHub
parent 14de97f03d
commit 8d80436d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -271,7 +271,7 @@ function ResizableFrame( {
right: HANDLE_STYLES_OVERRIDE,
} }
minWidth={ FRAME_MIN_WIDTH }
maxWidth={ isFullWidth ? '100%' : '150%' }
maxWidth={ '100%' }
maxHeight={ '100%' }
onFocus={ () => setShouldShowHandle( true ) }
onBlur={ () => setShouldShowHandle( false ) }

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix cys frame overlap the sidebar