@media print {
all-your-selectors-with-overflow-set { overflow:visible; }
} 

div { overflow:visible !important; }