diff --git a/secret/snake/index.html b/secret/snake/index.html index 56f96b5..47205b4 100644 --- a/secret/snake/index.html +++ b/secret/snake/index.html @@ -20,7 +20,7 @@
▲ or W or arrow up = move up
▼ or S or arrow down = move down
- + diff --git a/secret/snake/styles.css b/secret/snake/styles.css index fabaede..5be07c5 100644 --- a/secret/snake/styles.css +++ b/secret/snake/styles.css @@ -193,6 +193,7 @@ h1 { canvas { display: none; + z-index: 1000; } #grid {