From 0bfc7b016a5548ef68851dc3006873bd80b91e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Fri, 15 Aug 2025 23:31:48 +0200 Subject: [PATCH] Add overflow-x: scroll to container --- src/App.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.module.css b/src/App.module.css index 70e332b..da7b936 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -1,6 +1,8 @@ .tile-dump { background-color: white; + overflow-x: scroll; + position: absolute; top: 0; left: 0;