Skip to content

Commit

Permalink
Fix point component display
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Nov 21, 2024
1 parent 058407d commit c0cd85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/components/map/pointComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class PointComponent extends React.Component {
}}
/>
<MapControls onZoomIn={this.onZoomIn} onZoomOut={this.onZoomOut} onFitToExtent={this.onFitToExtent} />
<Box sx={{ position: "absolute", right: 0, bottom: 80 }}>
<Box sx={{ position: "absolute", right: 0, top: 355 }}>
<BasemapSelector marginBottom="0px" />
</Box>
<Box
Expand Down

0 comments on commit c0cd85d

Please sign in to comment.