File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/Files.App.Controls/BreadcrumbBar Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 103103 <Border .BackgroundTransition>
104104 <BrushTransition Duration =" 0:0:0.083" />
105105 </Border .BackgroundTransition>
106+ <FlyoutBase .AttachedFlyout>
107+ <MenuFlyout
108+ x:Name=" PART_ItemEllipsisDropDownMenuFlyout"
109+ Placement=" Bottom"
110+ ScrollViewer.VerticalScrollBarVisibility=" Auto"
111+ ScrollViewer.VerticalScrollMode=" Auto" >
112+ <MenuFlyout .MenuFlyoutPresenterStyle>
113+ <Style TargetType =" MenuFlyoutPresenter" >
114+ <Setter Property =" MaxHeight" Value =" 400" />
115+ <!-- Workaround for https://github.com/files-community/Files/issues/13078 -->
116+ <Setter Target =" HighContrastAdjustment" Value =" None" />
117+ </Style >
118+ </MenuFlyout .MenuFlyoutPresenterStyle>
119+ </MenuFlyout >
120+ </FlyoutBase .AttachedFlyout>
106121
107122 <ContentPresenter
108123 x:Name=" PART_ItemContentPresenter"
You can’t perform that action at this time.
0 commit comments