gantt.ext.quickInfo.hide doesn't work

Hi,
When I use the hide function of quick_info, the window is not hidden, but appears outside the Gantt chart. What is the reason?thank you!
premise:gantt.config.show_quick_info = false;


Hello,
There is a bug when you use gantt.config.quick_info_detached = false and try to hide the Quick Info. This issue occurs because of the hard-coded Quick Info position. We are aware of this issue. The dev team will fix it in the future, but I cannot give you any ETA.
As a workaround, you can add the style rules to redefine the hidden Quick Info position:

<style>
.gantt_cal_quick_info.gantt_qi_hidden{
left: -1000px !important;
}
</style>

Please check the following snippet:
https://snippet.dhtmlx.com/4e0yu84b

Thank you very much. It’s really helpful to me. In addition, I also found a solution: hide the outer scroll bar, ha ha
:+1:

Hello,
The dev team fixed the bug with the Quick Info in the detached mode:
https://docs.dhtmlx.com/gantt/whatsnew.html#x6629x80x6630x:~:text=Fix%20the%20incorrect%20display%20of%20Quick%20Info%20popup%20when%20gantt.config.quick_info_detached%20config%20is%20set%20to%20false

You can see that the bug is no longer reproduced in the following sample:
http://snippet.dhtmlx.com/5/d66776b75