MAPG-103 change map's cursor to crosshair in map editor

This commit is contained in:
Bence Pőcze 2020-06-04 19:19:29 +02:00
parent 2f2a7968a0
commit 1915b252c6

View File

@ -4,6 +4,10 @@
z-index: 1; z-index: 1;
} }
.leaflet-container {
cursor: crosshair;
}
#panorama { #panorama {
position: absolute; position: absolute;
z-index: 1; z-index: 1;