border-radius calculation is wrong:
–pv-radius-m: clamp(0.63rem, calc(-0.19vw + 0.79rem), 0.75rem);
With a negative factor for vw, the radius increases with smaller view width. It must decrease.
Please report bugs to the chat widget on the website. This is for requests. Thanks.
Thanks for the info. I would not have guessed that the chat was for bug reports …