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.
我正在使用 Richfaces 3.3。
我打开模式面板(里面有 scrollableDataTable)。当我向上/向下滚动时,我希望模式面板中的 scrollableDataTable 将被滚动。但是父窗口是滚动的。我该如何解决?
.rich-mpnl-panel { overflow: hidden; }
如果一个人还不够,那就试试吧。像这样:
<rich:scrollableDataTable> <div class="scrollable"/> <rich:scrollableDataTable>
并应用这个类:
.scrollable { overflow: scroll; width:100%; height:100%; }