Compare commits

..

1 commit
0.0.1 ... main

Author SHA1 Message Date
Leon Grünewald
0bfc7b016a Add overflow-x: scroll to container 2025-08-15 23:31:48 +02:00

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;