You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a minimal document, e.g., a div container that contains two elements:
A div with position sticky, top 0, and some height value
The Map component
When scrolling, as the sticky header sits on top of the map container, the map seems to scroll itself within the container, for the height of the sticky div. When the sticky div has been scrolled more than its height down the map container, the map canvas resets to the correct position. The issue only seems to happen on Chrome.
Expected Behavior
I would expect it to not scroll/visually distort on Chrome.
Description
Given a minimal document, e.g., a div container that contains two elements:
When scrolling, as the sticky header sits on top of the map container, the map seems to scroll itself within the container, for the height of the sticky div. When the sticky div has been scrolled more than its height down the map container, the map canvas resets to the correct position. The issue only seems to happen on Chrome.
Expected Behavior
I would expect it to not scroll/visually distort on Chrome.
Steps to Reproduce
https://codesandbox.io/p/sandbox/sleepy-chaum-3xvglx?file=%2Fsrc%2Findex.js
Example here. Simply need a container, a sticky element with some height >0.
I have verified that the issue does not occur when creating a map using the Mapbox instructions here:
https://docs.mapbox.com/help/tutorials/use-mapbox-gl-js-with-react/ in place of the Map component in the above example.
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: