Skip to content

fix(select/sideSheet): fixed positioning of overlay#330

Open
RudolfDaniel wants to merge 3 commits into
mainfrom
bugfix/side-sheet-scrolled-overlay-position
Open

fix(select/sideSheet): fixed positioning of overlay#330
RudolfDaniel wants to merge 3 commits into
mainfrom
bugfix/side-sheet-scrolled-overlay-position

Conversation

@RudolfDaniel

Copy link
Copy Markdown
Member

No description provided.

@RudolfDaniel RudolfDaniel requested a review from mercury83 as a code owner June 19, 2026 12:27
private _panel = viewChild<ElementRef<HTMLElement>>('panel');
private _overlayDir = viewChild(CdkConnectedOverlay);
private readonly _scrollDispatcher = inject(ScrollDispatcher);
private _ancestorScrollSubscription: Subscription | null = null;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~OPTIONAL:

private _ancestorScrollSubscription = new Subscription()

then _ancestorScrollSubscription.add(this._scrollDispatcher...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants