我正在尝试将twitter- to预见与bootstrap3集成起来。我想在肚脐内用打字机。
这个问题只有在navbar折叠时才会出现,并且只出现在移动设备中(至少在iPhone safari和BB10浏览器中是这样的),它如下所示:
前面的下拉列表显示在导航栏的其余内容下:
BlackBerry10浏览器

Safari on iPhone

我试着调整z指数和位置:
.twitter-typeahead .tt-dropdown-menu {
position: absolute !important;
z-index:9999 !important;
}我在这里重复了这一问题:
http://jsfiddle.net/zZpQg/3/
为什么这种情况只发生在移动小设备上?我如何才能让打字机下拉式显示在其他链接的顶部?
KindRegards
发布于 2013-09-01 23:09:30
我还补充说
.tt-query {
backgroud-color: #fff !important;
}用于输入类型。
https://stackoverflow.com/questions/18539887
复制相似问题