fix console overflow

This commit is contained in:
Theis Pieter Hollebeek 2025-10-10 11:26:18 +02:00
parent bd689c285c
commit 7940cf70f4
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ lib.startGameLoop(loop);
</main>
<footer>
Copyright © 2025 S. F. Jakobsen (do whatever idc)
Copyright © 2025 S. J. Fakobsen (do whatever idc)
</footer>
<!-- fix flash bug in furry browser -->

View File

@ -35,6 +35,7 @@ section {
display: flex;
flex-direction: column;
background-color: black;
overflow-y: auto;
}
section canvas {