Hello.
I have some problems with popover. I also saw the demo.
1. If I use the default position (top) and anchor, the element (popover) is displayed lower than anchor by the full height. Use positionMode fixed didn't help.
2. I also need to use appendTo. If position is top, collision does not work properly.
3. If I use position bottom, the popover appears correctly, but the collision doesn't work at all.
Is there an example somewhere of a complex use of popover with appnedTo, anchor and collision? Are there any special css/js settings required? Because we use popover in a rather complex html structure.
Thanks.