Skip to content

Commit a9feaf1

Browse files
committed
F>ix logo visibility
1 parent e0946bc commit a9feaf1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/client/components/facet_results/LeafletMap.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import markerIconRed from '../../img/markers/marker-icon-red.png'
3737
import markerIconOrange from '../../img/markers/marker-icon-orange.png'
3838
import markerIconYellow from '../../img/markers/marker-icon-yellow.png'
3939

40-
import mapboxLogo from '../../img/logos/mapbox-logo-white.png'
40+
import mapboxLogo from '../../img/logos/mapbox-logo-black.png'
4141

4242
// const buffer = lazy(() => import('@turf/buffer'))
4343
import buffer from '@turf/buffer'
@@ -1004,16 +1004,17 @@ class LeafletMap extends React.Component {
10041004
height: '100%'
10051005
}}
10061006
>
1007-
<Box
1007+
{<Box
10081008
component='img'
10091009
src={mapboxLogo}
10101010
sx={{
10111011
height: 20,
10121012
ml: 6,
10131013
mt: 1,
1014-
bottom: 1
1014+
position: 'absolute',
1015+
zIndex:1000
10151016
}}
1016-
/>
1017+
></Box>}
10171018
{(this.props.fetching ||
10181019
(this.props.showExternalLayers && this.props.leafletMapState.fetching)) &&
10191020
<Box

0 commit comments

Comments
 (0)