Fix: fix scrolling for 'addNewPoint'
This commit is contained in:
parent
2720f5dd19
commit
f697d292a3
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