Skip to content

Layout is broken when there is optionsMenu on the first page in iOS #193

@vakrilov

Description

@vakrilov

For example in the following page the label is shown under the options menu:

<Page>
    <Page.optionsMenu>
      <MenuItem text="test"/>
    </Page.optionsMenu>
  <GridLayout>
    <Label text="test" verticalAlignment="top"/>
  </GridLayout>
</Page>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions