Skip to content

Commit 2a1b1ae

Browse files
committed
🔮
1 parent 94e0a25 commit 2a1b1ae

File tree

2 files changed

+170
-207
lines changed

2 files changed

+170
-207
lines changed

index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@
2020
>
2121
<div id="root"></div>
2222

23-
<div
24-
id="log"
25-
style="
26-
margin: 0;
27-
overflow-y: scroll;
28-
max-height: 180px;
29-
min-height: 120px;
30-
box-shadow: 0 0 0 1px #eee inset;
31-
background-color: #fefefe;
32-
position: fixed;
33-
top: 0;
34-
left: 0;
35-
right: 0;
36-
z-index: 9999999999999999999999999999999999;
37-
"
38-
></div>
39-
4023
<script type="module" src="/src/index.ts"></script>
4124
</body>
4225
</html>

0 commit comments

Comments
 (0)