Skip to content

Commit

Permalink
Set InheritsTransform on ComboBox Popup in Simple theme (#16244)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Jul 8, 2024
1 parent 3da2292 commit 9c6a2c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Avalonia.Themes.Simple/Controls/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
IsLightDismissEnabled="True"
IsOpen="{TemplateBinding IsDropDownOpen,
Mode=TwoWay}"
PlacementTarget="{TemplateBinding}">
PlacementTarget="{TemplateBinding}"
InheritsTransform="True">
<Border Background="{DynamicResource ThemeBackgroundBrush}"
BorderBrush="{DynamicResource ThemeBorderMidBrush}"
BorderThickness="1">
Expand Down

0 comments on commit 9c6a2c9

Please sign in to comment.