Move omnibar suggestions popover up 1px

This commit is contained in:
Lawrence Chen 2026-02-23 18:51:32 -08:00
parent b87d4fecda
commit 82ef5b8f6e

View file

@ -310,7 +310,7 @@ struct BrowserPanelView: View {
}
)
.frame(width: omnibarPillFrame.width)
.offset(x: omnibarPillFrame.minX, y: omnibarPillFrame.maxY + 4)
.offset(x: omnibarPillFrame.minX, y: omnibarPillFrame.maxY + 3)
.zIndex(1000)
}
}