Skip to content

Commit 2e91e77

Browse files
authored
Fix: Fixed position of ongoing operations flyout (#12522)
1 parent 17a3d30 commit 2e91e77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,10 @@
227227
</Grid>
228228
</Button.Content>
229229
<Button.Flyout>
230-
<Flyout contract8Present:ShouldConstrainToRootBounds="False" AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}">
230+
<Flyout
231+
contract8Present:ShouldConstrainToRootBounds="False"
232+
AutomationProperties.Name="{helpers:ResourceString Name=OngoingTasks}"
233+
Placement="Bottom">
231234
<uc:OngoingTasksFlyout
232235
x:Name="OngoingTasksControl"
233236
Width="400"

0 commit comments

Comments
 (0)