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 104c6be commit 6dc73ebCopy full SHA for 6dc73eb
src/Files.App.Controls/Omnibar/Omnibar.xaml
@@ -82,7 +82,8 @@
82
x:Name="PART_SuggestionsPopup"
83
Grid.Row="1"
84
IsLightDismissEnabled="False"
85
- ShouldConstrainToRootBounds="False">
+ ShouldConstrainToRootBounds="False"
86
+ VerticalOffset="1">
87
<Border
88
x:Name="PART_SuggestionsContainerBorder"
89
Padding="{ThemeResource AutoSuggestListMargin}"
0 commit comments