Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialog does not open at the correct position in a scrollable page #346

Open
ewongct opened this issue Nov 14, 2023 · 4 comments
Open

Dialog does not open at the correct position in a scrollable page #346

ewongct opened this issue Nov 14, 2023 · 4 comments

Comments

@ewongct
Copy link

ewongct commented Nov 14, 2023

image
https://stackblitz.com/edit/stackblitz-starters-tt3rby?file=src%2Fmain.ts

The dialog's top is window.innerHeight - dialog height
but top should be larger when we scroll lower?

@bjornharvold
Copy link

Experiencing the same issue in our application

@harshu208
Copy link

Is there any way to fix it. Facing same issue in my angular application

@ewongct
Copy link
Author

ewongct commented Sep 18, 2024

you can put the input in a div with position relative

@bjornharvold
Copy link

"position relative" does the job NICELY!

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

No branches or pull requests

3 participants