Browse Source

geadata: fix overflow in popup binded to markers

pull/4140/head
flisowna 2 years ago
parent
commit
09e172bbee
  1. 4
      packages/nc-gui/components/smartsheet/Map.vue

4
packages/nc-gui/components/smartsheet/Map.vue

@ -108,4 +108,8 @@ onMounted(async () => {
.no-underline a {
text-decoration: none !important;
}
.leaflet-popup-content-wrapper {
max-height: 255px;
overflow: scroll;
}
</style>

Loading…
Cancel
Save