Skip to content
Snippets Groups Projects
Unverified Commit b27ecdf0 authored by Douglas Fabris's avatar Douglas Fabris Committed by GitHub
Browse files

regression: Restore contextualbar resizable handler (#33921)

parent 5c3b6b90
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ const ContextualbarResizable = ({ defaultWidth, children, ...props }: Contextual ...@@ -29,7 +29,7 @@ const ContextualbarResizable = ({ defaultWidth, children, ...props }: Contextual
minWidth={defaultWidth} minWidth={defaultWidth}
maxWidth='50%' maxWidth='50%'
minHeight='100%' minHeight='100%'
handleStyles={{ left: { width: '3px', zIndex: '5', left: 0 } }} handleStyles={{ left: { width: '3px', zIndex: 99, left: 0 } }}
handleComponent={{ left: <Box className={handleStyle} /> }} handleComponent={{ left: <Box className={handleStyle} /> }}
> >
{children} {children}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment