@@ -95,7 +95,7 @@ scriptContent:
9595 beanData : |
9696 '{
9797 "ionBean": "InlinePopover",
98- "Reference ": "plain:event ",
98+ "Alignment ": "plain:center ",
9999 "Size": "plain:auto",
100100 "Trigger": "script:''date_'' + this.item.name"
101101 }'
@@ -160,7 +160,7 @@ scriptContent:
160160 - ↑classname : com.twinsoft.convertigo.beans.common.FormatedContent
161161 - com.twinsoft.convertigo.beans.common.FormatedContent :
162162 → : |
163- '/**
163+ ' /**
164164 * Custom properties (sometimes referred to as CSS variables or cascading variables)
165165 * are entities defined by CSS authors that contain specific values to be reused throughout a document.
166166 * They are set using custom property notation, e.g.: --main-color: black;
@@ -169,18 +169,27 @@ scriptContent:
169169 * If you''d like to make some customizations for whole app, please see your app Style & Theme components.
170170 * For more informations see https://ionicframework.com/docs/theming.
171171 **/
172- //--backdrop-opacity //Opacity of the backdrop
173- //--background //Background of the popover
174- //--box-shadow //Box shadow of the popover
175- //--height //Height of the popover
176- //--max-height //Maximum height of the popover
177- //--max-width //Maximum width of the popover
178- //--min-height: 392px; //Minimum height of the popover
172+ //--backdrop-opacity //Opacity of the backdrop
173+ //--background //Background of the popover
174+ //--box-shadow //Box shadow of the popover
175+ //--height //Height of the popover
176+ //--max-height //Maximum height of the popover
177+ //--max-width //Maximum width of the popover
178+ //--min-height: 392px; //Minimum height of the popover
179179
180- //--min-width //Minimum width of the popover
181- //--offset-x //The amount to move the popover by on the x-axis
182- //--offset-y //The amount to move the popover by on the y-axis
183- //--width //Width of the popover
180+ //--min-width //Minimum width of the popover
181+ //--offset-x //The amount to move the popover by on the x-axis
182+ //--offset-y //The amount to move the popover by on the y-axis
183+ //--width //Width of the popover
184+ &::part(content) {
185+ top: 50% !important;
186+ left: 50% !important;
187+ transform: translate(-50%, -50%) !important;
188+ width: fit-content !important;
189+ max-width: 90vw !important;
190+ height: fit-content !important;
191+ max-height: 90vh !important;
192+ }
184193 '
185194 ↓Event [ngx.components.UIControlEvent-1760346630658] :
186195 attrName : (ionPopoverWillPresent)
0 commit comments