Display location on map node details

This commit is contained in:
maciejhirsz
2018-07-18 16:59:47 +02:00
parent 3696d7c46e
commit 5c1480f9f5
11 changed files with 30 additions and 17 deletions
@@ -12,6 +12,11 @@
cursor: pointer;
}
.Node-Location:hover {
z-index: 2;
background: #fff;
}
.Node-details {
display: none;
min-width: 335px;