Hide actions in the printout ;-)

@media print {
/* Hide actions in the printout  */
  #sb-top .sb-actions {
    display:none;
  }
}
1 Like