Hi,
I think I found an issue with the Weather Forecast card.
I'm using the following configuration:
show_current: false
show_forecast: true
type: weather-forecast
entity: weather.aulnat
forecast_type: daily
round_temperature: true
forecast_slots: 7
name: Aulnat
When show_current: false is set, tapping/clicking on the forecast area (the daily forecast icons and temperatures) does nothing.
The only clickable area is the invisible space where the current weather section would normally be displayed.
This is especially confusing on mobile devices because users naturally tap on the forecast itself, but nothing happens.
It seems that the tap target is still attached to the hidden current weather section instead of the visible forecast area.
I've reproduced this on both desktop and the Home Assistant Companion App, even without card_mod.
Is this expected behavior, or could this be a frontend bug?
Screenshots attached: the red rectangle on the first screenshot shows the only clickable area, while users would expect the forecast area (second screenshot) to be clickable.
Thanks!

