diff --git a/ShhShell/Views/Hosts/ConnectionView.swift b/ShhShell/Views/Hosts/ConnectionView.swift index 610e662..f043780 100644 --- a/ShhShell/Views/Hosts/ConnectionView.swift +++ b/ShhShell/Views/Hosts/ConnectionView.swift @@ -111,7 +111,7 @@ Hostkey fingerprint is \(handler.getHostkey() ?? "nil") """) } } - .popover(isPresented: $showIconPicker, attachmentAnchor: .point(.center), arrowEdge: .bottom) { + .popover(isPresented: $showIconPicker, attachmentAnchor: .point(.topTrailing), arrowEdge: .top) { HostIconPicker(host: $handler.host) .frame(minWidth: 300, minHeight: 200) .modifier(presentationCompactPopover())