What I should do to avoid scrollbars in one of the regions of my
Code: Select all
<p:layout fullPage="true">Thanks!
<p:layout fullPage="true"> <p:layoutUnit position="west" style="border:none; overflow:hidden; padding:none">
<ez:mainmenu_cc/>
</p:layoutUnit>
.ui-layout-north {
overflow: visible !important;
}
.ui-layout-north .ui-layout-unit-content {
overflow: visible !important;
}