在bootstrap .box元素内时,Bootstrap实时选择器会被隐藏

问题描述

Screenshot

上面的屏幕截图显示了引导选择器如何被jQuery步骤操作按钮重叠。我想让这个下拉菜单出现在其他元素之上。我正在从我的代码中附加代码片段以供参考。有人帮我解决这个问题。

<!-- Main content -->
<section class="content">
  <!-- Validation wizard -->
    <div class="Box Box-default">
        <div class="Box-header with-border">
          <h4 class="Box-title">Create New Facility</h4>
          <h6 class="Box-subtitle">Corporate Recovery Facility</h6>
        </div>
        <!-- /.Box-header -->
        <div class="Box-body wizard-content">
            <div id="existing_cust">
                <div class="row" >
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="customer"> Customer : <span class="danger">*</span> </label>
                            <select class="form-control selectpicker required"  data-dropup-auto="false" data-live-search="true"  data-live-search-style="startsWith" data-none-results-text="No results found" title="Select Customer" id="customer" name="customer">
                            </select>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)