Using the elm-ui clip attribute in Firefox (and Firefox derivatives) clips (removes) the entire element!
Others must have noticed this but has anyone investigated why, plus workarounds?
No need for a minimum working example — just clip something and watch it disappear in Firefox ![]()
I’m currently investigating replacing width fill, clip with width (fill |> maximum (visualViewportWidth - x)), where x is some arbitrary value. It seems to work but it’s hardly ideal… ![]()