diff --git a/src/components/dialog/content/SettingDialogContent.vue b/src/components/dialog/content/SettingDialogContent.vue
index 45cfebe1d..eb43ef5b3 100644
--- a/src/components/dialog/content/SettingDialogContent.vue
+++ b/src/components/dialog/content/SettingDialogContent.vue
@@ -16,7 +16,8 @@
class="border-none w-full"
/>
-
+
+
@@ -249,6 +250,10 @@ const tabValue = computed(() =>
.settings-sidebar {
width: 100%;
}
+
+ .settings-content {
+ height: 350px;
+ }
}
/* Show a separator line above the Keybinding tab */