Why this happens: The widget uses the CSS zoom property, which is supported in Chrome, Safari, and Internet Explorer. However, Firefox does not support the zoom property. This property adjusts the magnification of an element without affecting its layout.
To ensure cross-browser compatibility, we handle Firefox differently by increasing the font size or using alternative scaling methods such as the transform: scale() property, which Firefox supports.
Here are the browsers that support the CSS zoom property:
- Google Chrome
- Microsoft Edge
- Internet Explorer (Deprecated as of 2022)
- Safari
- Opera
If you require additional assistance, feel free to contact us at desk@support.userway.org.
