diff --git a/core/src/com/unciv/ui/screens/worldscreen/minimap/Minimap.kt b/core/src/com/unciv/ui/screens/worldscreen/minimap/Minimap.kt index 4daf0f7c4f..f2dcebcc2f 100644 --- a/core/src/com/unciv/ui/screens/worldscreen/minimap/Minimap.kt +++ b/core/src/com/unciv/ui/screens/worldscreen/minimap/Minimap.kt @@ -64,7 +64,7 @@ class Minimap(val mapHolder: WorldMapHolder, minimapSize: Int, private val civIn addActor(borderLayer) addActor(cityLayer) - val scrollIndicatorLayer = Group() + val scrollIndicatorLayer = Group().apply { touchable = Touchable.disabled } // Do not block! scrollIndicatorLayer.setSize(width, height) scrollPositionIndicators = createScrollPositionIndicators() scrollPositionIndicators.forEach(scrollIndicatorLayer::addActor)