Skip to content

Commit 546affe

Browse files
committed
formating removed-109
1 parent 43bde2c commit 546affe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
155155
}}
156156
>
157157
<Wrapper $style={style} $animationStyle={animationStyle}>
158-
<Layout style={{padding: "0px"}} hasSider={showSider && !container.innerSider}>
158+
<Layout style={{padding: "0px"}} hasSider={showSider && !container.innerSider}>
159159
{showSider && !container.innerSider && !container.siderRight && (
160160
<><BackgroundColorContext.Provider value={siderStyle?.siderBackground}>
161161
<Sider
@@ -165,8 +165,8 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
165165
breakpoint="sm"
166166
collapsedWidth={container.siderCollapsedWidth}
167167
collapsed={siderCollapsed} onCollapse={(value) => onSiderCollapse(value)}
168-
>
169-
<ScrollBar style={{ height: container.autoHeight ? "auto" : "100%", margin: "0px", padding: "0px" }} hideScrollbar={!container.siderScrollbars}>
168+
>
169+
<ScrollBar style={{ height: container.autoHeight ? "auto" : "100%", margin: "0px", padding: "0px" }} hideScrollbar={!container.siderScrollbars}>
170170
<SiderInnerGrid
171171
{...otherSiderProps}
172172
items={gridItemCompToGridItems(siderItems)}

0 commit comments

Comments
 (0)