Fix MU count's blocking clicking on other things.
This commit is contained in:
parent
ce6e7561e5
commit
14db5fd6ab
@ -99,10 +99,11 @@ a:hover {
|
|||||||
/* field mu count */
|
/* field mu count */
|
||||||
.fieldmu {
|
.fieldmu {
|
||||||
color: #FFCE00;
|
color: #FFCE00;
|
||||||
font-size:13px;
|
font-size: 13px;
|
||||||
font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */
|
font-family: "coda",arial,helvetica,sans-serif; /*override leaflet-container */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
|
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user