File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const TabbedContainer = (props: TabbedContainerProps) => {
164164 // log.debug("TabbedContainer. props: ", props);
165165
166166 return (
167- < div style = { { padding : props . style . margin } } >
167+ < div style = { { padding : props . style . margin , height : '100%' } } >
168168 < StyledTabs
169169 activeKey = { activeKey }
170170 $style = { style }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export function TriContainer(props: TriContainerProps) {
7878 const paddingWidth = isMobile ? 7 : 19 ;
7979
8080 return (
81- < div style = { { padding : style . margin } } >
81+ < div style = { { padding : style . margin , height : '100%' } } >
8282 < Wrapper $style = { style } >
8383 { showHeader && (
8484 < BackgroundColorContext . Provider value = { container . style . headerBackground } >
You can’t perform that action at this time.
0 commit comments