手风琴内的 ui bootstrap datepicker 不可见 [英] ui bootstrap datepicker inside an accordion is not visible

查看:25
本文介绍了手风琴内的 ui bootstrap datepicker 不可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在手风琴中制作一个带有日期选择器的模块.

I am trying to do a module with a datepicker inside an accordion.

问题是日期选择器弹出框在手风琴上方不可见.

problem is the datepicker popup box is not visible over the accordion.

这是一个显示问题的plunker:

here is a plunker showing the problem :

http://plnkr.co/edit/jBqU0LXQFcUuzQLency2?p=preview

关于如何让对话窗口出现在手风琴模块上的任何想法?

any idea on how i could make the dialog window appear over the accordion module ?

编辑:使用引导程序 3,这是有效的:

edit: with bootstrap 3, this is working :

.panel-group .panel {
    overflow: inherit;
}

推荐答案

在 bootstrap.css 链接可以修复后添加此 css.这将覆盖与每个 accordion-bodyposition 相关的 CSS.

Add this css after the bootstrap.css link can fix it. This will override the CSS relating to position for each accordion-body.

<style type="text/css">
    .collapse {
        position: inherit;
    }
</style>

这篇关于手风琴内的 ui bootstrap datepicker 不可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆