I have a little problem I can't seem to solve. I have an image that I scale with an input range. I go from 100% width to 150% width.
The problem is that I have on this image divs in absolute position that have to change position when I scale the image.
How do I do that?
Here's a sandBox to illustrate my problem
https://codesandbox.io/s/brave-bogdan-0149c?file=/src/components/Carte/Carte.js