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 5c18c59 commit 52d4135Copy full SHA for 52d4135
1 file changed
OverlayWindow/Sources/OverlayWindow/OverlayPanel.swift
@@ -52,9 +52,9 @@ final class OverlayPanel: NSPanel {
52
53
isReleasedWhenClosed = false
54
menu = nil
55
- isOpaque = false
+ isOpaque = true
56
backgroundColor = .clear
57
- hasShadow = true
+ hasShadow = false
58
alphaValue = 1.0
59
collectionBehavior = [.fullScreenAuxiliary]
60
isFloatingPanel = true
0 commit comments