We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ad180 commit fff3cd9Copy full SHA for fff3cd9
css/main.css
@@ -34,7 +34,7 @@ html, body {
34
flex: 0 0 220px;
35
padding: var(--narrow-margin);
36
border: 1px solid var(--border-colour);
37
- overflow-y: scroll;
+ overflow-y: auto;
38
user-select: none;
39
}
40
#info{
notes.txt
@@ -1,9 +1,7 @@
1
-
2
Bugs
3
----
4
Thin white lines between squares in distance map
5
Triangle maze with bottom-top exits sometimes have no gap at exit (eg 30x13)
6
-SVG of hexagon solution has lines go a long way out beyond exits
7
8
TODO Later
9
----------
0 commit comments