This commit is contained in:
Daniel Clark
2021-02-05 01:42:11 +00:00
parent 45a9eb9cd2
commit 275bded665
3 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@
<ControlTemplate TargetType="controls:NotificationFlyoutPresenter">
<Grid x:Name="Root">
<FlyoutBase.AttachedFlyout>
<Flyout ShouldConstrainToRootBounds="False" ShowMode="Standard">
<Flyout ShouldConstrainToRootBounds="False">
<ContentControl Content="{TemplateBinding Content}" ContentTemplate="{TemplateBinding ContentTemplate}" />
</Flyout>
</FlyoutBase.AttachedFlyout>