Skip to content

Commit 4fa46ff

Browse files
authored
Update index.html
1 parent 00a9bd8 commit 4fa46ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<style>
99
* { margin:0; padding:0; box-sizing:border-box; }
1010
body { font-family:'Consolas',monospace; display:flex; height:100vh; background:#1e1e1e; color:#d4d4d4; }
11-
canvas { width:100%; height:100%; cursor:crosshair; }
11+
canvas { width:100%; height:100%; cursor:crosshair; display:block; }
1212
#editor { width:35%; display:flex; flex-direction:column; border-right:2px solid #333; }
1313
#graph { width:65%; position:relative; background:#fff; }
1414
#editor-header { background:#252526; padding:10px 15px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #333; }

0 commit comments

Comments
 (0)