Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 primefaces 布局组件,并在北布局单元中有一个下拉列表。下拉列表将被剪切,并且不会与其他布局单元重叠。如何改变这个?
通过 css 找到了一个简单的解决方案:
.ui-layout-north { overflow:visible !important; } .ui-layout-north .ui-layout-unit-content { overflow:visible !important; }