Skip to content

Add missing whitespace at the bottom of the features list #4128

@tomasMizera

Description

@tomasMizera

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

Metadata

Metadata

Labels

bugui/uxRelated to user interface

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions