我一直试图弄清楚为什么NavBar下拉列表在ui-layout
内重叠。这似乎非常基本,我肯定缺少一些非常基本的步骤。
检查plunker的问题详情:https://plnkr.co/edit/SpdVc6biwWg5PqfaSfgS?p=preview
我查看了整个网络并尝试了z-index
,overflow:hidden
和其他小事。
答案 0 :(得分:0)
您需要更改div ui-layout-container
上的溢出值更改此
<div ui-layout-container size="10%" >
在样式
中添加'overflow:visible'<div ui-layout-container size="10%" style="overflow:visible" >