1- Import slider component.
2-use the slider along with the tooltip somewhere on the page so that you have to scroll to it.
3- use tooltip with slider and set ```[nzTooltipVisible]="'always'"````.
This issue is caused when using cdkConnectedOverlayPush as true, perhaps we should leave the parameter open for the user to decide whether or not to allow the tooltip to be attached to the edge 🤔
This issue is caused when using cdkConnectedOverlayPush as true, perhaps we should leave the parameter open for the user to decide whether or not to allow the tooltip to be attached to the edge 🤔
Hello @Aizaz-Ulhaq. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
Reproduction link
https://codesandbox.io/s/friendly-tharp-b3gql?file=/src/app/app.component.html
Steps to reproduce
1- Import slider component.
2-use the slider along with the tooltip somewhere on the page so that you have to scroll to it.
3- use tooltip with slider and set ```[nzTooltipVisible]="'always'"````.
Optional: go to this documentation Page!
There you will see the Tooltip stuck to the bottom of your screen.
What is expected?
Should not be visible until scrolled to it.
What is actually happening?
always visible on the screen even if it's underneath a lot of markup and you have to scroll to it.
The text was updated successfully, but these errors were encountered: