Skip to content

Commit 5af30b5

Browse files
gribnoysupkraenhansen
authored andcommitted
chore(web): revert changes to sandbox index.html
For whatever reason they are breaking one particular test in web in chrome in CI
1 parent d8956f7 commit 5af30b5

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

packages/compass-web/sandbox/index.html

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,16 @@
1111
<style>
1212
body {
1313
margin: 0;
14-
background: #00a35c;
15-
}
16-
#container {
17-
--offset: 30px;
18-
position: absolute;
19-
top: var(--offset);
20-
bottom: var(--offset);
21-
left: var(--offset);
22-
right: var(--offset);
2314
}
2415
#sandbox-app {
25-
width: 100%;
26-
height: 100%;
16+
width: 100vw;
17+
height: 100vh;
2718
}
2819
</style>
2920
</head>
3021

3122
<body>
32-
<!-- Mounting app inside an offset container simulate embedding more realistically -->
33-
<div id="container">
34-
<div id="sandbox-app"></div>
35-
</div>
23+
<div id="sandbox-app"></div>
3624
<script src="/index.js"></script>
3725
</body>
3826
</html>

0 commit comments

Comments
 (0)