-
Notifications
You must be signed in to change notification settings - Fork 75
Description
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