diff --git a/FoxTube/Pages/VideoPage.xaml.cs b/FoxTube/Pages/VideoPage.xaml.cs index 3360219..420519a 100644 --- a/FoxTube/Pages/VideoPage.xaml.cs +++ b/FoxTube/Pages/VideoPage.xaml.cs @@ -406,8 +406,8 @@ namespace FoxTube.Pages mainContent.Children.Remove(pivot); tabsPlaceholder.Children.Add(pivot); + pivot.SelectedItem = descriptionPanel; descriptionPanel.Opacity = 1; - descriptionPanel.IsHitTestVisible = true; pivot.Items.RemoveAt(0); mainContent.Children.Add(descriptionPanel);