Skip to content

Commit fff3cd9

Browse files
committed
css fix, notes
1 parent 49ad180 commit fff3cd9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ html, body {
3434
flex: 0 0 220px;
3535
padding: var(--narrow-margin);
3636
border: 1px solid var(--border-colour);
37-
overflow-y: scroll;
37+
overflow-y: auto;
3838
user-select: none;
3939
}
4040
#info{

notes.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
21
Bugs
32
----
43
Thin white lines between squares in distance map
54
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
75

86
TODO Later
97
----------

0 commit comments

Comments
 (0)