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 9de871b commit 2e045b7Copy full SHA for 2e045b7
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