From 0f868fb6062a57d2af1ab1bfd71fa52b1f669e5a Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 13 Jun 2024 16:44:34 +0200 Subject: [PATCH] shx-3d-render --- snippets/shx-3d-render-input.liquid | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 8e27bd2..43b93e8 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -133,6 +133,7 @@ easing: 'cubicBezier(0.590, 0.190, 0.050, 0.990)', complete: function() { container.style.height = 'auto'; + container.style.overflow = 'visible'; } }); }