dbuezas / lovelace-plotly-graph-card

Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!
383 stars 17 forks source link

Edition window moves under Safari #340

Open ooii opened 10 months ago

ooii commented 10 months ago

Describe the bug When editing a card under Safari, the edition window moves which makes it difficult to edit.

Screenshots plotly

yaml

type: custom:plotly-graph
hours_to_show: 22
title: Delta
entities:
  - entity: sensor.delta_temp
    fill: tonexty
    fillcolor: rgba(0, 255, 100, 0.3)
    line:
      color: rgba(0, 255, 100, 1)

Additional context Tried with refresh_rate to 0, same issue. Whatever the code. Note that it may stop moving then it restarts when navigating in the code.