Fix Firefox selecting text in controls on map click/drag
This commit is contained in:
parent
9112d0984c
commit
92537cc00d
1 changed files with 7 additions and 0 deletions
|
|
@ -124,6 +124,13 @@ footer {
|
|||
/* center error message horizontally */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
/* map click/drag selects text in controls in Firefox because of display flex */
|
||||
-moz-user-select: none;
|
||||
}
|
||||
.leaflet-control-container,
|
||||
#message .alert {
|
||||
-moz-user-select: text;
|
||||
}
|
||||
#message {
|
||||
z-index: 3000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue