File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps/shapeComp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export function ShapeTriContainer(props: TriContainerProps) {
8888 // const { showHeader, showFooter } = container;
8989 // When the header and footer are not displayed, the body must be displayed
9090 const showBody = true ;
91- const scrollbars = container . scrollbars ;
91+ const showVerticalScrollbar = container . showVerticalScrollbar ;
9292
9393 const { items : bodyItems , ...otherBodyProps } =
9494 container . body [ "0" ] . children . view . getView ( ) ;
@@ -120,7 +120,7 @@ export function ShapeTriContainer(props: TriContainerProps) {
120120 margin : "0px" ,
121121 padding : "0px" ,
122122 } }
123- hideScrollbar = { ! scrollbars }
123+ hideScrollbar = { ! showVerticalScrollbar }
124124 >
125125 < div style = { { position : "relative" , height : "100%" } } >
126126 < StylesShape
You can’t perform that action at this time.
0 commit comments