Skip to content

Commit a7926ab

Browse files
committed
PageLayout: Changed the placement of scrollbar controllers
1 parent 168efdb commit a7926ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayoutComp.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ export class PageLayoutComp extends layoutBaseComp implements IContainer {
159159
return [
160160
this.children.autoHeight.getPropertyView(),
161161
this.children.siderScrollbars.propertyView({ label: trans("prop.siderScrollbar") }),
162-
(!this.children.autoHeight.getView()) && (
163-
!this.children.siderScrollbars.getView() ||
164-
!this.children.contentScrollbars.getView()
165-
) &&
166-
this.children.mainScrollbars.propertyView({ label: trans("prop.mainScrollbar") }),
167162
(!this.children.autoHeight.getView()) && this.children.contentScrollbars.propertyView({ label: trans("prop.showVerticalScrollbar") }),
163+
(!this.children.autoHeight.getView()) && (
164+
!this.children.siderScrollbars.getView() ||
165+
!this.children.contentScrollbars.getView()
166+
) &&
167+
this.children.mainScrollbars.propertyView({ label: trans("prop.mainScrollbar") }),
168168
];
169169
}
170170

0 commit comments

Comments
 (0)