Boostrap 2模态打开BUG

时间:2018-08-13 07:44:32

标签: javascript html bootstrap-modal

我在页面上打开2个模态时遇到一些问题。我已经打开了1个模态,并且可以在该模态内部打开另一个模态,但是当我关闭第二个模态类modal-open时,我可以看到第一个模态,但它对于滚动很有用。我的代码对于打开boostrap模态很烦,但是这是第二个模态的代码:

<div class="modal-content">
   <div class="modal-header">
        <h3 class="modal-title product-title">
                Admission Aqua Dom &amp; Sea Life
        </h3>
    </div>
    <div class="modal-body">
       <div class="product-description">
          Watch more than 5,000 animals in lifelike surroundings and end your visit with a highlight- a ride through the Aqua Dom.
     </div>
   </div>
</div>

有人有类似的问题吗?

0 个答案:

没有答案