Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll not supported inside Templates.Menu? #106

Open
manisrini opened this issue Nov 10, 2023 · 0 comments
Open

Scroll not supported inside Templates.Menu? #106

manisrini opened this issue Nov 10, 2023 · 0 comments

Comments

@manisrini
Copy link

manisrini commented Nov 10, 2023

Templates.Menu {
FilterListOptionsView(items: itemsBinding) { item in
self.didSelectItem?(item)
}
.frame(maxHeight: 400)
}label: { fade in
FCPrimaryButtonView(displayName: "Test popup").opacity(fade ? 0.5 : 1)
}

While using for Templates.Menu, the popover view gets out of the screen. To avoid that, I fixed the maxheight as 400. But now I am unable to scroll inside the popover. Is there anything I can do. Please do respond quickly its urgent. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant