forked from MapComplete/MapComplete
Fix: fix scrolling for 'addNewPoint'
This commit is contained in:
parent
9778b0df74
commit
637cebefc7
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ export default class SpecialVisualizations {
|
|||
return new SvelteUIElement(AddNewPoint, {
|
||||
state,
|
||||
coordinate: { lon, lat },
|
||||
}).SetClass("w-full h-full")
|
||||
}).SetClass("w-full h-full overflow-auto")
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue