The button "create feature" is normally floating above the features list. This is desired, but once you scroll to the end of the list there should be some white space for the button so it does not overlap with the last entry.
It sounds like this line is broken as it does not add the needed vertical space (height of the "create feature" button)
|
height: __style.margin20 + ( root.hasToolbar ? 0 : __style.safeAreaBottom ) + ( addButton.visible ? addButton.height : 0 ) |
See the original report: https://merginmaps.slack.com/archives/C02DWECUEN8/p1759318081188029
The button "create feature" is normally floating above the features list. This is desired, but once you scroll to the end of the list there should be some white space for the button so it does not overlap with the last entry.
It sounds like this line is broken as it does not add the needed vertical space (height of the "create feature" button)
mobile/app/qml/layers/MMFeaturesListPage.qml
Line 76 in 72fe93a
See the original report: https://merginmaps.slack.com/archives/C02DWECUEN8/p1759318081188029