christian

Results 3 issues of christian

### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-stack ### Steps to Reproduce 1. Go to https://echarts.apache.org/examples/en/editor.html?c=line-stack 2. Add the following line to the end of the JS-file: `document.body.style.zoom =...

bug
en

When the CSS-Zoom on the body-element differs from 1 the location of the ListboxOptions is way off. Screenshot with zoom = 1: ![image](https://github.com/user-attachments/assets/e17323d9-910d-49a4-af13-3dab5f6e6058) Screenshot with zoom = 1.25 ![image](https://github.com/user-attachments/assets/ec696286-3dab-4a4a-9024-aca29e811a3f) Example:...

Hello, if the CSS-zoom is set on the body-element the location of the popup is off. You can reproduce it with the DropdownMenu-example on the Floating-UI homepage (https://codesandbox.io/p/sandbox/admiring-lamport-5wt3yg) Just set...

bug
has workaround