Move omnibar suggestions popover up 1px
This commit is contained in:
parent
b87d4fecda
commit
82ef5b8f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue