diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index c0298c2..34943eb 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -19,7 +19,6 @@ {% elsif content_type == 'init' %} - {% liquid capture shx_get_environment render "shx-get-environment" @@ -155,6 +154,9 @@ opacity: 0; } + .shx-emoji-picker-popup:not(.shown) { + display: none; + } + + {% endif %}