From 1b240966930dac28dd435a2e80ba0dfdd7a20cb2 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Tue, 16 Jul 2024 20:58:47 +0200 Subject: [PATCH] emoji picker --- snippets/shx-3d-render-input.liquid | 30 ++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) 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 %}