Add overflow-x: scroll to container

This commit is contained in:
Leon Grünewald 2025-08-15 23:31:48 +02:00
parent cfd5e6d918
commit 0bfc7b016a

View file

@ -1,6 +1,8 @@
.tile-dump { .tile-dump {
background-color: white; background-color: white;
overflow-x: scroll;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;