I am facing a bit of a 'div hell'. This is the html snippet:
<div id="xyz" class="sensoricon moveable type1 node-2-sensor-1 string1" style="position: absolute; top: 241.467px; left: 236.417px; opacity: 1;">
<img src="/content/images/shared/sensors/bla.png" alt="">
</div>
I understand that:
position: absolute;
should prevent the div from scrolling, but it still does (although only a little bit at the beginning). Can anyone see anything generally wrong?