From aed535d947febcb0f089e67e25ce9cb88f0af3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= <43071496+adam-kov@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:52:09 +0100 Subject: [PATCH] fix(frontend): Render popups above components in app editor (#1171) * fix(frontend): Render popups above items in apps * Add explanation --- .../apps/editor/ComponentEditor.svelte | 10 ++++-- .../components/apps/editor/GridEditor.svelte | 31 +++++++++++++------ frontend/tailwind.config.cjs | 1 - 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/ComponentEditor.svelte b/frontend/src/lib/components/apps/editor/ComponentEditor.svelte index 3025ff10ce..275ff85d9e 100644 --- a/frontend/src/lib/components/apps/editor/ComponentEditor.svelte +++ b/frontend/src/lib/components/apps/editor/ComponentEditor.svelte @@ -43,9 +43,13 @@