Attempt at fixing slight hscroll on mobile

This commit is contained in:
Ian Renton
2026-09-19 08:33:15 +01:00
parent c9c8ffc1f7
commit f39215ecdd
11 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -414,8 +414,8 @@ div.band-spot:hover span.band-spot-info {
/* Make map stretch to horizontal screen edges */
div#map, div#table-container, div#bands-container {
margin-left: -1em;
margin-right: -1em;
margin-left: -0.75rem;
margin-right: -0.75rem;
}
/* Avoid map page filters panel being larger than the map itself */