Add overflow-x: scroll to container
This commit is contained in:
parent
cfd5e6d918
commit
0bfc7b016a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue