Fix: fix scrolling for 'addNewPoint'

This commit is contained in:
Pieter Vander Vennet 2023-11-18 20:13:24 +01:00
parent 2720f5dd19
commit f697d292a3

View file

@ -433,7 +433,7 @@ export default class SpecialVisualizations {
return new SvelteUIElement(AddNewPoint, { return new SvelteUIElement(AddNewPoint, {
state, state,
coordinate: { lon, lat }, coordinate: { lon, lat },
}).SetClass("w-full h-full") }).SetClass("w-full h-full overflow-auto")
}, },
}, },
{ {