File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/comps/pageLayoutComp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
155
155
} }
156
156
>
157
157
< Wrapper $style = { style } $animationStyle = { animationStyle } >
158
- < Layout style = { { padding : "0px" } } hasSider = { showSider && ! container . innerSider } >
158
+ < Layout style = { { padding : "0px" } } hasSider = { showSider && ! container . innerSider } >
159
159
{ showSider && ! container . innerSider && ! container . siderRight && (
160
160
< > < BackgroundColorContext . Provider value = { siderStyle ?. siderBackground } >
161
161
< Sider
@@ -165,8 +165,8 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
165
165
breakpoint = "sm"
166
166
collapsedWidth = { container . siderCollapsedWidth }
167
167
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 } >
170
170
< SiderInnerGrid
171
171
{ ...otherSiderProps }
172
172
items = { gridItemCompToGridItems ( siderItems ) }
You can’t perform that action at this time.
0 commit comments