@@ -15,7 +15,7 @@ export const Component = defineComponent({
const compRef = useCompRef(props.compId);
return () => (
- <div ref={compRef} style={helper.createStyle(layout)}>
+ <div ref={compRef} style={helper.createStyle(layout)} class="!h-auto">
<div class="relative">
{slots.Container?.(
children.default.map((compId) => {