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.