taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

Popover overflow #220

Closed zebond closed 6 years ago

zebond commented 6 years ago

How to set popover overflow over gannt container?

usmonster commented 6 years ago

Hello @zebond! The popover used in the demo comes from Bootstrap (3.x), and it's not a part of this plugin. You'd have to check their documentation. You should be able to get your desired behavior by specifying the container option, i.e. maybe use body or whatever container element wraps your chart.

Hope this helps! Closing the issue now.

zebond commented 6 years ago

Thanks! I did it with container option and it works great.