We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e7e70 commit 79b49b3Copy full SHA for 79b49b3
CodeEdit/Features/ActivityViewer/Tasks/SchemeDropDownView.swift
@@ -42,7 +42,7 @@ struct SchemeDropDownView: View {
42
.onHover(perform: { hovering in
43
self.isHoveringScheme = hovering
44
})
45
- .instantPopover(isPresented: $isSchemePopOverPresented, arrowEdge: .bottom) {
+ .instantPopover(isPresented: $isSchemePopOverPresented, arrowEdge: .top) {
46
popoverContent
47
}
48
.onTapGesture {
0 commit comments