Skip to content

Commit 66ccada

Browse files
committed
Move suggestionWindow up
1 parent e2389f7 commit 66ccada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public final class SuggestionWidgetController: NSObject {
121121
it.isReleasedWhenClosed = false
122122
it.isOpaque = false
123123
it.backgroundColor = .clear
124-
it.level = .init(NSWindow.Level.floating.rawValue - 1)
124+
it.level = .init(NSWindow.Level.floating.rawValue + 1)
125125
it.collectionBehavior = [.fullScreenAuxiliary, .transient]
126126
it.hasShadow = true
127127
it.contentView = NSHostingView(

0 commit comments

Comments
 (0)