Tooltip on Mobile

This commit is contained in:
2026-08-16 20:47:20 +10:00
parent e17203aefc
commit 7bca9a8d31
2 changed files with 11 additions and 3 deletions
@@ -40,7 +40,7 @@ defineProps<{
<ToolTipRows v-if="isActive.value">
<FlightMap :flights="[flight]" :showLegend="false" compact />
<FlightMap :flights="[flight]" :showLegend="false" compact tooltip />
</ToolTipRows>
<ToolTipDivider />