christian
Results
2
comments of
christian
Since May 2024, CSS zoom is standardized and not depcrecated anymore (see Notes: https://caniuse.com/?search=zoom) Chrome 128 implements this already, see: https://chromestatus.com/feature/5198254868529152
Hi folks, I debugged a little and found out that this already "almost" works. In @[email protected]/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs there is this function: ``` function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) { .... let scale...