jump to coordinate feature added to the header stripe #25
@ -7,10 +7,6 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#jumpForm {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* modify the cursor for the Leaflet map */
|
/* modify the cursor for the Leaflet map */
|
||||||
|
|||||||
.leaflet-container {
|
.leaflet-container {
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
|
Loading…
Reference in New Issue
Block a user
Is this necessary?
True. Not necessary anymore. I wanted to put the text input and button inside a form, but the form tag somehow breaks the template and stops the subheader yield before the form.
I'll remove it.