File tree 2 files changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps
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) => {
164
164
// log.debug("TabbedContainer. props: ", props);
165
165
166
166
return (
167
- < div style = { { padding : props . style . margin } } >
167
+ < div style = { { padding : props . style . margin , height : '100%' } } >
168
168
< StyledTabs
169
169
activeKey = { activeKey }
170
170
$style = { style }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export function TriContainer(props: TriContainerProps) {
78
78
const paddingWidth = isMobile ? 7 : 19 ;
79
79
80
80
return (
81
- < div style = { { padding : style . margin } } >
81
+ < div style = { { padding : style . margin , height : '100%' } } >
82
82
< Wrapper $style = { style } >
83
83
{ showHeader && (
84
84
< BackgroundColorContext . Provider value = { container . style . headerBackground } >
You can’t perform that action at this time.
0 commit comments