diff --git a/src/components/GanttChart/CalendarPicker.vue b/src/components/GanttChart/CalendarPicker.vue
index 2f24006eb3b13fbfbb15064b0df69921cb399aab..1b556d70cee16e01bd8ae68aff0208f9800883f8 100644
--- a/src/components/GanttChart/CalendarPicker.vue
+++ b/src/components/GanttChart/CalendarPicker.vue
@@ -62,7 +62,7 @@ const updateSelectedDate = (newValue) => {
 /* ✅ ปรับขนาด v-date-picker */
 .custom-date-picker {
   width: 350px !important;
-  height: 390px !important;
+  height: 440px !important;
   max-width: 350px;
   font-size: 14px !important;
   border-radius: 20px !important;