Skip to content

Commit

Permalink
modify ion-popover mode prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ts7189 committed Jan 12, 2022
1 parent aca70f0 commit 95e2c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tab1/tab1.page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ion-header [translucent]="true">
<ion-toolbar>
<ion-label (click)="openPopover()">Open ion-popover</ion-label>
<ion-popover [isOpen]="isPopover" arrow="false" style="--offset-y: -35%;" mode="md">
<ion-popover [isOpen]="isPopover" arrow="false" style="--offset-y: -35%;">
<ng-template>
<ion-datetime local="ja-JP" presentation="date" showDefaultTimeLabel="false"
min="2019"></ion-datetime>
Expand Down

0 comments on commit 95e2c43

Please sign in to comment.