You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: