diff --git a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html
index d0de33e..8b1cef3 100644
--- a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html
+++ b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html
@@ -4,7 +4,7 @@
@if (itemForm.get('id')?.value !== -1) {
+ scrollHeight="320px" appendTo="body" formControlName="day_id" [checkmark]="true" fluid>
{{ day.label }}
@@ -13,8 +13,8 @@
} @else {
+ [filter]="false" [showToggleAll]="false" display="chip" styleClass="flex items-center" scrollHeight="320px"
+ appendTo="body" selectedItemsLabel="{0} days selected" fluid>
{{ day.label }}