style: fix sandbox margin (#1017)

This commit is contained in:
Kyrch
2025-12-01 15:53:19 -03:00
committed by GitHub
parent 1745f1f32f
commit 8258bc05af
+10 -8
View File
@@ -1,8 +1,10 @@
<div style="width: 100%; height: 100%;" id='embedded-sandbox'></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/v2/embeddable-sandbox.umd.production.min.js"></script>
<script>
new window.EmbeddedSandbox({
target: '#embedded-sandbox',
initialEndpoint: '{{ $endpoint }}',
});
</script>
<body style="margin: 0;">
<div style="width: 100%; height: 100%;" id='embedded-sandbox'></div>
<script src="https://embeddable-sandbox.cdn.apollographql.com/v2/embeddable-sandbox.umd.production.min.js"></script>
<script>
new window.EmbeddedSandbox({
target: '#embedded-sandbox',
initialEndpoint: '{{ $endpoint }}',
});
</script>
</body>