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; }