tile background created, need to fix shifting of tile

This commit is contained in:
Matt Walsh
2025-06-13 16:44:53 -05:00
parent 392b339727
commit 3c40219003
8 changed files with 228 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -107,6 +107,15 @@
.container {
.map-tiles {
position: absolute;
width: 1400px;
img {
border: 0px;
}
}
.scroll-area {
position: relative;
}