diff --git a/core/src/components/picker-column-internal/picker-column-internal.tsx b/core/src/components/picker-column-internal/picker-column-internal.tsx index f6e6636f5a..8110b2d0ab 100644 --- a/core/src/components/picker-column-internal/picker-column-internal.tsx +++ b/core/src/components/picker-column-internal/picker-column-internal.tsx @@ -106,7 +106,7 @@ export class PickerColumnInternal implements ComponentInterface { } } }; - new IntersectionObserver(visibleCallback, { threshold: 0.01 }).observe(this.el); + new IntersectionObserver(visibleCallback, { threshold: 0.001 }).observe(this.el); const parentEl = this.el.closest('ion-picker-internal') as HTMLIonPickerInternalElement | null; if (parentEl !== null) {