我正在使用summernote(https://github.com/summernote/summernote)
有没有办法将与bootstrap一起使用的弹出窗口,工具提示等设置在容器内而不是body
?
我可以看到有人已经提到过这个问题,但不是解决方案。 https://github.com/summernote/summernote/pull/2036
非常感谢。
答案 0 :(得分:0)
我自己也有一个狡猾的解决方案,如果summernote实际上自己做的话,那就太棒了。
//Wrap popovers into a container
$('.popover.bottom').ready(function(){
$('.popover.bottom').wrapAll('<div class="exit_container" />');
});
但是,由于工具提示是动态创建的,因此无法使用工具提示。