日历组件隐藏在手风琴项目后面,无论您为组件分配什么 z-index 值,无论是手风琴/日历,它都不会让步,有人可以帮我解决这个问题。我正在使用 RichFaces 4.2.0。
示例代码:
<h:form>
<rich:accordion style="z-index:10;" id="acrdion" switchType="client">
<rich:accordionItem id="acdItm" header="Overview:">
<rich:calendar value="#{bean.date}" datePattern="dd/M/yy"
id="Cal1" style="z-index:100;"/>
</rich:accordionItem>
</rich:accordion>
<h:form>