Skip to content

Commit 16ff75c

Browse files
committed
CST-9639: Fix calendar placement
1 parent cdca1b5 commit 16ff75c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/shared/access-control-form-container/access-control-array-form/access-control-array-form.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
name="startDate-{{control.id}}"
4242
[maxDate]="control.maxStartDate | toDate"
4343
ngbDatepicker
44+
placement="top-start top-end bottom-start bottom-end"
4445
#d="ngbDatepicker"
4546
/>
4647
<div class="input-group-append">
@@ -69,6 +70,7 @@
6970
name="endDate-{{control.id}}"
7071
[maxDate]="control.maxEndDate | toDate"
7172
ngbDatepicker
73+
placement="top-start top-end bottom-start bottom-end"
7274
#d1="ngbDatepicker"
7375
/>
7476
<div class="input-group-append">

0 commit comments

Comments
 (0)