E.g. https://cdpn.io/pen/debug/oNOMRav has an animation on .inner. When inspecting it’s not correctly positioned in the minimap as the minimap does not take all intermediary elements between the element itself and the root.
In that specific demo it’s the intermediary #wrapper is fixed positioned.
E.g. https://cdpn.io/pen/debug/oNOMRav has an animation on
.inner
. When inspecting it’s not correctly positioned in the minimap as the minimap does not take all intermediary elements between the element itself and the root.In that specific demo it’s the intermediary
#wrapper
is fixed positioned.