File tree 1 file changed +5
-4
lines changed
src/client/components/facet_results
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import markerIconRed from '../../img/markers/marker-icon-red.png'
37
37
import markerIconOrange from '../../img/markers/marker-icon-orange.png'
38
38
import markerIconYellow from '../../img/markers/marker-icon-yellow.png'
39
39
40
- import mapboxLogo from '../../img/logos/mapbox-logo-white .png'
40
+ import mapboxLogo from '../../img/logos/mapbox-logo-black .png'
41
41
42
42
// const buffer = lazy(() => import('@turf/buffer'))
43
43
import buffer from '@turf/buffer'
@@ -1004,16 +1004,17 @@ class LeafletMap extends React.Component {
1004
1004
height : '100%'
1005
1005
} }
1006
1006
>
1007
- < Box
1007
+ { < Box
1008
1008
component = 'img'
1009
1009
src = { mapboxLogo }
1010
1010
sx = { {
1011
1011
height : 20 ,
1012
1012
ml : 6 ,
1013
1013
mt : 1 ,
1014
- bottom : 1
1014
+ position : 'absolute' ,
1015
+ zIndex :1000
1015
1016
} }
1016
- />
1017
+ > </ Box > }
1017
1018
{ ( this . props . fetching ||
1018
1019
( this . props . showExternalLayers && this . props . leafletMapState . fetching ) ) &&
1019
1020
< Box
You can’t perform that action at this time.
0 commit comments