javascript - color, insert link and insert image popup not showing in wysihtml5 -
hey every 1 have following issues color, insert link , insert image popup not showing in wysihtml5. when check inspect element div insert image button after update , in inspect element
<div class="bootstrap-wysihtml5-insert-image-modal modal fade in" style="display: none;"> and automatically add when click button style="display: none;"
this have modal class , modal class inherit bootstrap. modal class have 2 properties
overflow: 'hidden'; display : none; when remove property inspect element popup showing other wise popup not showing should please me..
the overflow: 'hidden'; part wrong. remove display: none; done programmatically. code should be:
overflow: hidden;
Comments
Post a Comment