I'm a opening a primefaces dialog using the next method:
RequestContext.getCurrentInstance().openDialog ("mydialog");
Inside mydialog.xhtml there is a p:selectOneMenu.
When the drop-down list appears inside dialog window the dialog shows its vertical scrollbar. Therefore whole dialog should be scrolled to see all items. But I think should be shown over dialog window.