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 c4d3f12 commit abc7bbcCopy full SHA for abc7bbc
modules/mapbox/src/mapbox-overlay.ts
@@ -66,6 +66,7 @@ export default class MapboxOverlay implements IControl {
66
position: 'absolute',
67
left: 0,
68
top: 0,
69
+ textAlign: 'initial',
70
pointerEvents: 'none'
71
});
72
this._container = container;
0 commit comments