We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e133232 commit bb8dd40Copy full SHA for bb8dd40
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.TabControl.xaml
@@ -46,6 +46,7 @@
46
wpf:ShadowAssist.ShadowEdges="{TemplateBinding wpf:ShadowAssist.ShadowEdges}"
47
VerticalAlignment="Stretch"
48
Background="{TemplateBinding wpf:ColorZoneAssist.Background}"
49
+ Panel.ZIndex="1"
50
DockPanel.Dock="Top"
51
Focusable="False">
52
<ScrollViewer
@@ -77,6 +78,7 @@
77
78
Padding="{TemplateBinding Padding}"
79
HorizontalAlignment="Stretch"
80
81
+ Panel.ZIndex="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=(Panel.ZIndex)}"
82
Background="{x:Null}"
83
84
<ContentPresenter
0 commit comments