when i have 110% zoom - I get the window with calendar by horizontal

This commit is contained in:
pinkevycdima@gmail.com 2022-01-18 11:47:04 +02:00
parent 584681465b
commit a60580b8de

View File

@ -21,6 +21,7 @@
</mat-form-field>
<ngx-daterangepicker-material [startDate]="model.startDate"
[endDate]="model.endDate"
class="datePicker"
[locale]="locale"
[singleDatePicker]="settings.onePanel"
[autoApply]="true" (choosedDate)="choosedDate($event)">