Skip to content

Commit abc7bbc

Browse files
committed
Fix mapbox overlay alignment style (#8536)
1 parent c4d3f12 commit abc7bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mapbox/src/mapbox-overlay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default class MapboxOverlay implements IControl {
6666
position: 'absolute',
6767
left: 0,
6868
top: 0,
69+
textAlign: 'initial',
6970
pointerEvents: 'none'
7071
});
7172
this._container = container;

0 commit comments

Comments
 (0)