Skip to content

Commit 55f5546

Browse files
committed
latest changes
2 parents 7a52366 + b6e32d6 commit 55f5546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/shapeComp/shapeTriContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)