Prevent text selection of map

pull/149/head
Candid Dauth 2021-04-18 00:07:00 +02:00
rodzic ba62fb59e3
commit df38228aa2
2 zmienionych plików z 16 dodań i 12 usunięć

Wyświetl plik

@ -16,6 +16,8 @@
left: 0;
bottom: 0;
z-index: 0;
user-select: none;
-webkit-user-select: none;
.fm-leaflet-center {
left: 50%;
@ -105,6 +107,8 @@
left: -25px;
pointer-events: none;
overflow: hidden;
user-select: none;
-webkit-user-select: none;
img {
margin-bottom: -24px;