issues
search
Sylwia0506
/
Projekt_IoT
1
stars
0
forks
source link
Add OpenStreetMap using react-leaflet
#23
Closed
piogru
closed
1 year ago
piogru
commented
1 year ago
Added OpenStreetMap using Leaflet/react-leaflet
The map is currently rendered fullscreen under
/map
route
Fixed content appearing under navigation bar by placing an empty
Toolbar
directly under (docs:
https://mui.com/material-ui/react-app-bar/#fixed-placement
)
Removed unused/unnecessary default CSS
Added wrapper
Box
for content in
App
to make the navigation bar + content combined have
min-height: 100vh
.
/map
routeToolbar
directly under (docs: https://mui.com/material-ui/react-app-bar/#fixed-placement)Box
for content inApp
to make the navigation bar + content combined havemin-height: 100vh
.