Skip to content

Commit 9c6a2c9

Browse files
authored
Set InheritsTransform on ComboBox Popup in Simple theme (#16244)
1 parent 3da2292 commit 9c6a2c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Avalonia.Themes.Simple/Controls/ComboBox.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
IsLightDismissEnabled="True"
5959
IsOpen="{TemplateBinding IsDropDownOpen,
6060
Mode=TwoWay}"
61-
PlacementTarget="{TemplateBinding}">
61+
PlacementTarget="{TemplateBinding}"
62+
InheritsTransform="True">
6263
<Border Background="{DynamicResource ThemeBackgroundBrush}"
6364
BorderBrush="{DynamicResource ThemeBorderMidBrush}"
6465
BorderThickness="1">

0 commit comments

Comments
 (0)