в PopupBox сверху и снизу белые полосы
<materialDesign:PopupBox PlacementMode="BottomAndAlignRightEdges" StaysOpen="False" Foreground="White" Background="{x:Null}" BorderBrush="Black">
<StackPanel Width="150" Background="#FF116FA4" >
<Button Content="Аккаунт" Background="#FF116FA4" Foreground="#FFFDFDFD"/>
<Button Content="Настройки" Background="#FF116FA4" Foreground="#FFFDFDFD" />
<Button Content="Помощь" Background="#FF116FA4" Foreground="#FFFDFDFD" />
<Separator/>
<Button Content="Выйти из аккаунта" Background="#FF116FA4" Foreground="#FFFDFDFD" />
</StackPanel>
</materialDesign:PopupBox>
Как убрать эти белые линии сверху и снизу?
