Open ewongct opened 1 year ago
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?
Experiencing the same issue in our application
Is there any way to fix it. Facing same issue in my angular application
you can put the input in a div with position relative
"position relative" does the job NICELY!
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?