From 7940cf70f433b95ec99e952e887000626d8c145a Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Fri, 10 Oct 2025 11:26:18 +0200 Subject: [PATCH] fix console overflow --- index.html | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f0d7a2f..baca314 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@ lib.startGameLoop(loop); diff --git a/style.css b/style.css index 6c0375f..c83ae0b 100644 --- a/style.css +++ b/style.css @@ -35,6 +35,7 @@ section { display: flex; flex-direction: column; background-color: black; + overflow-y: auto; } section canvas {