fixed cancel dialog

This commit is contained in:
Fedor Katurov 2020-01-14 11:08:26 +07:00
parent 1a00b98ba3
commit 56fd8ec4cd
3 changed files with 10 additions and 3 deletions

View file

@ -292,4 +292,8 @@
width: 100%;
height: 100%;
}
}
.leaflet-pane {
user-select: none;
}