Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a7926ab

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /