bootstrapx-clickover
bootstrapx-clickover copied to clipboard
Clickover won't work if I have a short page content and I click below the popover button
I have some pages that don't have a lot of content. The clickover button is 20% from the top. If i click anywhere above the button link the clickover will close. Clicking anywhere below the button or end of content it will not close.
just fyi
But... What about a jsfiddle to show the behavior?
Even the demo does this. http://www.leecarmichael.com/bootstrapx-clickover/examples.html
Click the last or second to last to popup the clickover. If you click anywhere above the
and inside the "container" class it will close. Click anywhere pass the
tag where the clickover is no longer wrapped within the "container" and it will not go away. Seems it's dependent on the container. So on my page where my container is short, it wont close close.
Hope this makes sense.