diff --git a/mon-pix/app/components/module/element/_embed.scss b/mon-pix/app/components/module/element/_embed.scss index 61e1c8f9315..72f013e223e 100644 --- a/mon-pix/app/components/module/element/_embed.scss +++ b/mon-pix/app/components/module/element/_embed.scss @@ -3,8 +3,6 @@ } .element-embed { - position: relative; - &__container { position: relative; } @@ -32,12 +30,10 @@ } } - &__overlay { position: absolute; top: 0; left: 0; - z-index: 2; display: flex; align-items: center; justify-content: center; diff --git a/mon-pix/app/components/module/element/embed.gjs b/mon-pix/app/components/module/element/embed.gjs index ea598caf867..5aeea19b166 100644 --- a/mon-pix/app/components/module/element/embed.gjs +++ b/mon-pix/app/components/module/element/embed.gjs @@ -71,6 +71,15 @@ export default class ModulixEmbed extends ModuleElement { {{/if}}
{{#if this.isSimulatorLaunched}}