Announcement

Collapse
No announcement yet.

Firefox 83b and charts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Firefox 83b and charts

    Looks there is some change in the latest Firefox beta and all `objects` get computed size of 300x150 pixes. This leads to charts being truncated from right and bottom.

    I suggest adding:
    ```
    object { width: 100% }
    ```

    to your CSS. I tested that it works as expected by modifying the the "style" in the html header using the inspector.

  • #2
    Disregard, this was caused by interaction with an add-on.

    Comment

    Working...
    X