From cb6184279be3879bdb141ee77b4e47de69c0282f Mon Sep 17 00:00:00 2001 From: emielvdveen Date: Thu, 7 Dec 2023 13:22:24 +0100 Subject: [PATCH] Add margin to feldspar app view --- core/systems/feldspar/app_view.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/systems/feldspar/app_view.ex b/core/systems/feldspar/app_view.ex index 2053bd030..c02ac108f 100644 --- a/core/systems/feldspar/app_view.ex +++ b/core/systems/feldspar/app_view.ex @@ -10,7 +10,7 @@ defmodule Systems.Feldspar.AppView do @impl true def render(assigns) do ~H""" -
+
<%!-- Ensure that updates don't alter the hierarchy in front of the iframe. Changing the preceding siblings of the iframe would result in a reload of the iframe due to Morphdom (https://github.com/patrick-steele-idem/morphdom/issues/200).