We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9aa5 commit 8b6ed6fCopy full SHA for 8b6ed6f
src/map/core/MapView.jsx
@@ -27,9 +27,9 @@ export const map = new maplibregl.Map({
27
map.on('load', () => {
28
const container = document.querySelector('.maplibregl-ctrl-bottom-right');
29
if (container) {
30
- container.style.display = 'flex';
31
- container.style.flexDirection = 'row';
32
- container.style.alignItems = 'flex-end';
+ container.style.display = 'flex';
+ container.style.flexDirection = 'row';
+ container.style.alignItems = 'flex-end';
33
}
34
});
35
0 commit comments