Whenever you drag the clock hands, the map moves underneath it. Probably have to disable the [map drag event](https://maplibre.org/maplibre-gl-js-docs/api/map/#map.event:drag) during [mousedown on clock](https://github.com/grasslandnetwork/grassland/blob/290baef6d18f836d107679d7d79f0e11bf46263c/src/timepicker.js#L50)
Whenever you drag the clock hands, the map moves underneath it. Probably have to disable the map drag event during mousedown on clock