fix(jeu): positionnement overlay — retire float iframe, position absolute overlay
This commit is contained in:
parent
c26de10eac
commit
2af4604c08
2 changed files with 24 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
importance="high"
|
||||
width="400"
|
||||
height="650"
|
||||
style="float: right; border: medium; overflow: hidden; margin: 10px; pointer-events: none;"
|
||||
style="border: none; overflow: hidden; pointer-events: none; display: block;"
|
||||
src="<?= $block->url()->html() ?>"
|
||||
></iframe>
|
||||
<div class="iframe-click-overlay">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue