我正在尝试将 OverlayPanel 显示到 Carousel 中,但此面板比 Carousel 更宽,因此其内容未完全显示。
我尝试向z-index
面板添加样式值,但它仍然保留在轮播“内部”。
有没有办法通过在 Carousel 外部绘制溢出来完全显示它?
我正在尝试将 OverlayPanel 显示到 Carousel 中,但此面板比 Carousel 更宽,因此其内容未完全显示。
我尝试向z-index
面板添加样式值,但它仍然保留在轮播“内部”。
有没有办法通过在 Carousel 外部绘制溢出来完全显示它?
根据 primefaces OverLayPanel Documentation www.primefaces.org/docs/vdl/3.4/primefaces-p/overlayPanel.html的文档,您应该使用
appendToBody="true"
带有它的覆盖面板应该可以解决问题。