手风琴内的 ui bootstrap datepicker 不可见

编程入门 行业动态 更新时间:2024-10-28 01:14:07
本文介绍了手风琴内的 ui bootstrap datepicker 不可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

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

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屋!

更多推荐

[db:关键词]

本文发布于:2023-04-21 06:01:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/998275.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:手风琴   ui   datepicker   bootstrap

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!