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 baa27c8 commit ba8ce9bCopy full SHA for ba8ce9b
src/Files.App.Controls/BreadcrumbBar/BreadcrumbBar.xaml
@@ -78,7 +78,7 @@
78
ItemTemplate="{Binding ItemTemplate, RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}"
79
ItemsSource="{Binding ItemsSource, RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}" />
80
81
- <Border Grid.Column="3" Background="Transparent">
+ <Border Grid.Column="3" Canvas.ZIndex="-10">
82
<FontIcon
83
Margin="12,0,12,0"
84
FontSize="14"
0 commit comments