diff --git a/src/components/details/details.tsx b/src/components/details/details.tsx index 9efef3bf..0354abf7 100644 --- a/src/components/details/details.tsx +++ b/src/components/details/details.tsx @@ -65,7 +65,8 @@ export class Details { // Show on init if open if (this.open) { - this.show(); + this.body.style.height = 'auto'; + this.body.style.overflow = 'visible'; } }