diff --git a/docs/public/catalog/components/menu-morph.json b/docs/public/catalog/components/menu-morph.json
index aa650c84f..1d3244b1f 100644
--- a/docs/public/catalog/components/menu-morph.json
+++ b/docs/public/catalog/components/menu-morph.json
@@ -1 +1 @@
-{"html":"\n\n
\n \n \n Menu Morph - Demo\n \n \n \n \n \n \n\n"}
\ No newline at end of file
+{"html":"\n\n \n \n \n Menu Morph - Demo\n \n \n \n \n \n \n\n"}
\ No newline at end of file
diff --git a/registry/components/menu-morph/demo.html b/registry/components/menu-morph/demo.html
index 591cbf1d7..b284d2a2f 100644
--- a/registry/components/menu-morph/demo.html
+++ b/registry/components/menu-morph/demo.html
@@ -30,8 +30,8 @@
min-width: 760px;
min-height: 480px;
padding: 56px;
- /* ponytail: zoom on the wrapper — GSAP animates children, not this element */
- zoom: 3.4;
+ /* ponytail: scale the wrapper — GSAP animates children, not this element */
+ transform: scale(3.4);
}
.hf-transition-menu-morph {
position: relative;