diff --git a/v2rayN/v2rayN.Desktop/Assets/GlobalStyles.axaml b/v2rayN/v2rayN.Desktop/Assets/GlobalStyles.axaml
index f098c097..40337f61 100644
--- a/v2rayN/v2rayN.Desktop/Assets/GlobalStyles.axaml
+++ b/v2rayN/v2rayN.Desktop/Assets/GlobalStyles.axaml
@@ -7,10 +7,19 @@
+
+
+
+
diff --git a/v2rayN/v2rayN.Desktop/Views/ProfilesView.axaml b/v2rayN/v2rayN.Desktop/Views/ProfilesView.axaml
index 4524934d..a08d3037 100644
--- a/v2rayN/v2rayN.Desktop/Views/ProfilesView.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/ProfilesView.axaml
@@ -81,11 +81,11 @@
BorderThickness="1"
CanUserReorderColumns="True"
CanUserResizeColumns="True"
+ Classes.InsetContent="True"
GridLinesVisibility="All"
HeadersVisibility="All"
IsReadOnly="True"
- ItemsSource="{Binding ProfileItems}"
- ScrollViewer.AllowAutoHide="False">
+ ItemsSource="{Binding ProfileItems}">