diff --git a/packages/nc-gui/components/smartsheet/Map.vue b/packages/nc-gui/components/smartsheet/Map.vue index 73e1d5a748..e9a9a2c83c 100644 --- a/packages/nc-gui/components/smartsheet/Map.vue +++ b/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; +}