[CYS] Fix frame overlap sidebar (#41237)
* Fix frame overlap the sidebar * Add changelog * Update
This commit is contained in:
parent
14de97f03d
commit
8d80436d45
|
@ -271,7 +271,7 @@ function ResizableFrame( {
|
||||||
right: HANDLE_STYLES_OVERRIDE,
|
right: HANDLE_STYLES_OVERRIDE,
|
||||||
} }
|
} }
|
||||||
minWidth={ FRAME_MIN_WIDTH }
|
minWidth={ FRAME_MIN_WIDTH }
|
||||||
maxWidth={ isFullWidth ? '100%' : '150%' }
|
maxWidth={ '100%' }
|
||||||
maxHeight={ '100%' }
|
maxHeight={ '100%' }
|
||||||
onFocus={ () => setShouldShowHandle( true ) }
|
onFocus={ () => setShouldShowHandle( true ) }
|
||||||
onBlur={ () => setShouldShowHandle( false ) }
|
onBlur={ () => setShouldShowHandle( false ) }
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix cys frame overlap the sidebar
|
Loading…
Reference in New Issue